/
opt
/
canhelp
/
node_modules
/
gel
/
dist
/
codecs
/
/opt/canhelp/node_modules/gel/dist/codecs
mkdir
upload
Name
Size
Mode
Actions
array.d.ts
1274
0644
edit
dl
rm
array.js
3997
0644
edit
dl
rm
boolean.d.ts
1075
0644
edit
dl
rm
boolean.js
1425
0644
edit
dl
rm
bytes.d.ts
1076
0644
edit
dl
rm
bytes.js
1386
0644
edit
dl
rm
codecs.d.ts
5065
0644
edit
dl
rm
codecs.js
4047
0644
edit
dl
rm
consts.d.ts
955
0644
edit
dl
rm
consts.js
3433
0644
edit
dl
rm
context.d.ts
994
0644
edit
dl
rm
context.js
2549
0644
edit
dl
rm
datetime.d.ts
2817
0644
edit
dl
rm
datetime.js
13899
0644
edit
dl
rm
enum.d.ts
938
0644
edit
dl
rm
enum.js
1025
0644
edit
dl
rm
ifaces.d.ts
1941
0644
edit
dl
rm
ifaces.js
1830
0644
edit
dl
rm
json.d.ts
1416
0644
edit
dl
rm
json.js
3161
0644
edit
dl
rm
memory.d.ts
1105
0644
edit
dl
rm
memory.js
1938
0644
edit
dl
rm
namedtuple.d.ts
1315
0644
edit
dl
rm
namedtuple.js
3733
0644
edit
dl
rm
numbers.d.ts
1940
0644
edit
dl
rm
numbers.js
3600
0644
edit
dl
rm
numerics.d.ts
1300
0644
edit
dl
rm
numerics.js
5916
0644
edit
dl
rm
object.d.ts
1732
0644
edit
dl
rm
object.js
6173
0644
edit
dl
rm
pgvector.d.ts
1695
0644
edit
dl
rm
pgvector.js
6912
0644
edit
dl
rm
postgis.d.ts
778
0644
edit
dl
rm
postgis.js
13128
0644
edit
dl
rm
range.d.ts
1737
0644
edit
dl
rm
range.js
6039
0644
edit
dl
rm
record.d.ts
1509
0644
edit
dl
rm
record.js
3822
0644
edit
dl
rm
registry.d.ts
1083
0644
edit
dl
rm
registry.js
14687
0644
edit
dl
rm
set.d.ts
1244
0644
edit
dl
rm
set.js
3664
0644
edit
dl
rm
sparseObject.d.ts
1248
0644
edit
dl
rm
sparseObject.js
3040
0644
edit
dl
rm
text.d.ts
1074
0644
edit
dl
rm
text.js
1499
0644
edit
dl
rm
tuple.d.ts
1633
0644
edit
dl
rm
tuple.js
4790
0644
edit
dl
rm
uuid.d.ts
1075
0644
edit
dl
rm
uuid.js
2479
0644
edit
dl
rm
Edit:
/opt/canhelp/node_modules/gel/dist/codecs/record.d.ts
(1509B)
/*! * This source file is part of the Gel open source project. * * Copyright 2019-present MagicStack Inc. and the Gel authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ import type { ICodec, uuid, CodecKind } from "./ifaces"; import { Codec } from "./ifaces"; import type { Codecs } from "./codecs"; import type { WriteBuffer } from "../primitives/buffer"; import { ReadBuffer } from "../primitives/buffer"; import type { CodecContext } from "./context"; export declare const SQLRowModeArray: { _private_sql_row: Codecs.SQLRowCodec; }; export declare const SQLRowModeObject: { _private_sql_row: Codecs.SQLRowCodec; }; export declare class RecordCodec extends Codec implements ICodec { private subCodecs; private names; constructor(tid: uuid, codecs: ICodec[], names: string[]); encode(_buf: WriteBuffer, _object: any): void; decode(buf: ReadBuffer, ctx: CodecContext): any; getSubcodecs(): ICodec[]; getNames(): string[]; getKind(): CodecKind; }
Save
cmd:
run