MCPcopy Create free account

hub / github.com/ClickHouse/agent-skills / functions

Functions389 in github.com/ClickHouse/agent-skills

↓ 312 callersFunctionquery
(sql: string)
skills/clickhouse-js-node-rowbinary/tests/clickhouse.ts:23
↓ 247 callersFunctionreadInt32
(state: Cursor)
skills/clickhouse-js-node-rowbinary/src/readers/integers.ts:33
↓ 132 callersFunctionencode
(write: Writer<T>, value: T, capacity = 4096)
skills/clickhouse-js-node-rowbinary/tests/encode.ts:15
↓ 71 callersFunctionadvance
(state: Cursor, n: number)
skills/clickhouse-js-node-rowbinary/src/readers/core.ts:71
↓ 70 callersFunctionreadDynamic
(state: Cursor)
skills/clickhouse-js-node-rowbinary/src/readers/dynamic.ts:66
↓ 63 callersFunctionreadUVarint
(state: Cursor)
skills/clickhouse-js-node-rowbinary/src/readers/varint.ts:29
↓ 60 callersFunctionframed
* Build a `i32(LEAD), X, i32(TRAIL)` row, run it, and return a fresh reader over * the bytes. Each test reads the leading sentinel, X, and the traili
skills/clickhouse-js-node-rowbinary/tests/framing.test.ts:105
↓ 60 callersFunctionvalue
Decode a single-column, single-row `... AS v` SELECT down to its value.
skills/clickhouse-js-node-rowbinary/tests/rowBinaryWithNamesAndTypes.test.ts:39
↓ 53 callersFunctionreadArray
(readElement: Reader<T>)
skills/clickhouse-js-node-rowbinary/src/readers/composite.ts:51
↓ 44 callersFunctionreserve
(sink: Sink, n: number)
skills/clickhouse-js-node-rowbinary/src/writers/core.ts:86
↓ 40 callersFunctionreader
(expr: string, extra = "")
skills/clickhouse-js-node-rowbinary/tests/Dynamic.test.ts:7
↓ 35 callersFunctionreadString
(state: Cursor)
skills/clickhouse-js-node-rowbinary/src/readers/strings.ts:12
↓ 32 callersFunctionreadNullable
(readValue: Reader<T>)
skills/clickhouse-js-node-rowbinary/src/readers/composite.ts:19
↓ 28 callersFunctionframed
Build `i32(LEAD), X, Y, i32(TRAIL)` and return a reader over the bytes.
skills/clickhouse-js-node-rowbinary/tests/framing-interleaved.test.ts:42
↓ 27 callersFunctionframed
(expr: string)
skills/clickhouse-js-node-rowbinary/tests/framing-nested.test.ts:44
↓ 24 callersFunctionreadUInt64
(state: Cursor)
skills/clickhouse-js-node-rowbinary/src/readers/integers.ts:41
↓ 20 callersFunctionparseDecimal
(str: string, scale: number)
skills/clickhouse-js-node-rowbinary/tests/ledger.bench.ts:71
↓ 20 callersFunctionreadMap
( readKey: Reader<K>, readValue: Reader<V>, )
skills/clickhouse-js-node-rowbinary/src/readers/composite.ts:134
↓ 19 callersFunctionreadTuple
(readers: { [K in keyof T]: Reader<T[K]>; })
skills/clickhouse-js-node-rowbinary/src/readers/composite.ts:86
↓ 19 callersFunctionreadUInt8
(state: Cursor)
skills/clickhouse-js-node-rowbinary/src/readers/integers.ts:4
↓ 19 callersFunctionreadVariant
(readers: { [K in keyof T]: Reader<T[K]>; })
skills/clickhouse-js-node-rowbinary/src/readers/composite.ts:164
↓ 17 callersFunctionreadJSON
(state: Cursor)
skills/clickhouse-js-node-rowbinary/src/readers/json.ts:25
↓ 15 callersFunctionreadFloat64
(state: Cursor)
skills/clickhouse-js-node-rowbinary/src/readers/floats.ts:15
↓ 15 callersFunctionreadRows
(readRow: Reader<T>)
skills/clickhouse-js-node-rowbinary/src/readers/rows.ts:42
↓ 14 callersFunctionparseIPv6
(text: string)
skills/clickhouse-js-node-rowbinary/src/writers/ip.ts:69
↓ 14 callersFunctionreadInt64
(state: Cursor)
skills/clickhouse-js-node-rowbinary/src/readers/integers.ts:50
↓ 14 callersFunctionreadUUID
(state: Cursor)
skills/clickhouse-js-node-rowbinary/src/readers/uuid.ts:32
↓ 14 callersFunctionrequireArg
Argument accessor that fails loudly instead of returning `undefined`.
skills/clickhouse-js-node-rowbinary/src/readers/compile.ts:310
↓ 13 callersFunctionreadTupleNamed
(readers: { [K in keyof T]: Reader<T[K]>; })
skills/clickhouse-js-node-rowbinary/src/readers/composite.ts:110
↓ 13 callersFunctionseq
(from: number, to: number)
skills/clickhouse-js-node-rowbinary/tests/coalesceChunks.test.ts:19
↓ 12 callersFunctionencodeRows
* Drive `writeRows` to completion and concatenate every yielded buffer — the * canonical driver loop. `bufferSize` sizes each (fixed) sink, so a smal
skills/clickhouse-js-node-rowbinary/tests/Rows.write.test.ts:31
↓ 12 callersFunctionwriteUInt8
(sink: Sink, value: number)
skills/clickhouse-js-node-rowbinary/src/writers/integers.ts:7
↓ 11 callersFunctionastToReader
(node: Node)
skills/clickhouse-js-node-rowbinary/src/readers/compile.ts:116
↓ 11 callersFunctionformatDecimal
([unscaled, scale]: DecimalValue)
skills/clickhouse-js-node-rowbinary/src/readers/decimals.ts:20
↓ 11 callersFunctionformatUUID
(b: Buffer)
skills/clickhouse-js-node-rowbinary/src/readers/uuid.ts:79
↓ 10 callersFunctiondecode
* Compile a `SELECT ... FORMAT RowBinaryWithNamesAndTypes` response and decode * every row. Asserts the stream is consumed EXACTLY — the strongest si
skills/clickhouse-js-node-rowbinary/tests/rowBinaryWithNamesAndTypes.test.ts:28
↓ 10 callersFunctionformatUUIDTable
(b: Buffer)
skills/clickhouse-js-node-rowbinary/src/readers/uuid.ts:100
↓ 10 callersFunctionreadInt16
(state: Cursor)
skills/clickhouse-js-node-rowbinary/src/readers/integers.ts:23
↓ 9 callersFunctionfold
Fold `type` to a reader and decode one `expr` value (`FORMAT RowBinary`).
skills/clickhouse-js-node-rowbinary/tests/compile.test.ts:20
↓ 9 callersFunctionliteralInt
Reads an integer out of a `Literal` argument node (e.g. the N in FixedString(N)).
skills/clickhouse-js-node-rowbinary/src/readers/compile.ts:321
↓ 9 callersFunctionparseIPv4
(text: string)
skills/clickhouse-js-node-rowbinary/src/writers/ip.ts:45
↓ 9 callersFunctionreadDecimal128
(scale: number)
skills/clickhouse-js-node-rowbinary/src/readers/decimals.ts:50
↓ 9 callersFunctionreadDecimal32
(scale: number)
skills/clickhouse-js-node-rowbinary/src/readers/decimals.ts:40
↓ 9 callersFunctionreadDecimal64
(scale: number)
skills/clickhouse-js-node-rowbinary/src/readers/decimals.ts:45
↓ 9 callersFunctionreadInt8
(state: Cursor)
skills/clickhouse-js-node-rowbinary/src/readers/integers.ts:9
↓ 9 callersFunctionreader
(expr: string)
skills/clickhouse-js-node-rowbinary/tests/UUID.test.ts:6
↓ 9 callersFunctionstreamRowBatches
( chunks: AsyncIterable<Uint8Array>, readRow: Reader<T>, options?: StreamRowBatchesOptions, )
skills/clickhouse-js-node-rowbinary/src/readers/stream.ts:104
↓ 9 callersFunctionwriteUVarint
(sink: Sink, value: number)
skills/clickhouse-js-node-rowbinary/src/writers/varint.ts:22
↓ 8 callersFunctioncheck
(name, fn)
skills/chdb-datastore/scripts/verify_install.py:11
↓ 8 callersFunctionreadDateTime64
(precision: number)
skills/clickhouse-js-node-rowbinary/src/readers/datetime.ts:58
↓ 8 callersFunctionreadEnum16
(valueToName: EnumNameMap)
skills/clickhouse-js-node-rowbinary/src/readers/enums.ts:32
↓ 8 callersFunctionreadEnum8
(valueToName: EnumNameMap)
skills/clickhouse-js-node-rowbinary/src/readers/enums.ts:23
↓ 8 callersFunctionreadIPv6
(state: Cursor)
skills/clickhouse-js-node-rowbinary/src/readers/ip.ts:20
↓ 8 callersFunctionreadUInt32
(state: Cursor)
skills/clickhouse-js-node-rowbinary/src/readers/integers.ts:28
↓ 8 callersFunctionu8
(n: number)
skills/clickhouse-js-node-rowbinary/tests/combinations.generated.test.ts:77
↓ 7 callersFunctionchunked
* `streamRowBatches` is the async front door over `readRows`: an async iterable * of byte chunks in, an async generator of row batches out. A real HT
skills/clickhouse-js-node-rowbinary/tests/streamRowBatches.test.ts:19
↓ 7 callersFunctioncoalesceChunks
( source: AsyncIterable<Uint8Array>, { minSize, timeoutMs }: { minSize: number; timeoutMs: number }, )
skills/clickhouse-js-node-rowbinary/src/readers/stream.ts:202
↓ 7 callersFunctionformatIPv6
(b: Buffer)
skills/clickhouse-js-node-rowbinary/src/readers/ip.ts:55
↓ 7 callersFunctionreadDecimal256
(scale: number)
skills/clickhouse-js-node-rowbinary/src/readers/decimals.ts:55
↓ 7 callersFunctionreadFloat32
(state: Cursor)
skills/clickhouse-js-node-rowbinary/src/readers/floats.ts:10
↓ 7 callersFunctionreadInt128
(state: Cursor)
skills/clickhouse-js-node-rowbinary/src/readers/integers.ts:67
↓ 7 callersFunctionreadInt256
(state: Cursor)
skills/clickhouse-js-node-rowbinary/src/readers/integers.ts:88
↓ 7 callersFunctionreadQBit
(readElement: Reader<T>)
skills/clickhouse-js-node-rowbinary/src/readers/composite.ts:71
↓ 7 callersFunctionreader
(expr: string)
skills/clickhouse-js-node-rowbinary/tests/JSON.test.ts:9
↓ 6 callersFunctioncheck
(name, fn)
skills/chdb-sql/scripts/verify_install.py:11
↓ 6 callersFunctionint16Reader
* Int16 is 2 bytes, little-endian, two's-complement. Each case selects the * value with `FORMAT RowBinary` and decodes the bytes the server produces.
skills/clickhouse-js-node-rowbinary/tests/Int16.test.ts:10
↓ 6 callersFunctionreadDateTime
(state: Cursor)
skills/clickhouse-js-node-rowbinary/src/readers/datetime.ts:39
↓ 6 callersFunctionreadFixedString
(size: number)
skills/clickhouse-js-node-rowbinary/src/readers/strings.ts:29
↓ 6 callersFunctionreadInterval
(state: Cursor)
skills/clickhouse-js-node-rowbinary/src/readers/interval.ts:52
↓ 6 callersFunctionreadUInt128
(state: Cursor)
skills/clickhouse-js-node-rowbinary/src/readers/integers.ts:55
↓ 6 callersFunctionreadUInt16
(state: Cursor)
skills/clickhouse-js-node-rowbinary/src/readers/integers.ts:14
↓ 6 callersFunctionreadUInt256
(state: Cursor)
skills/clickhouse-js-node-rowbinary/src/readers/integers.ts:75
↓ 6 callersFunctionreadUUIDBigInt
(state: Cursor)
skills/clickhouse-js-node-rowbinary/src/readers/uuid.ts:45
↓ 6 callersFunctionreader
(expr: string)
skills/clickhouse-js-node-rowbinary/tests/IPv6.test.ts:6
↓ 6 callersFunctionrepeatReader
* RowBinary prefixes every String with its length as a LEB128 unsigned varint. * So a real, server-encoded varint of value N is just the leading byte
skills/clickhouse-js-node-rowbinary/tests/UVarint.test.ts:16
↓ 5 callersMethodbytes
* The written bytes — `buf.subarray(0, pos)`. A zero-copy VIEW into the sink's * buffer, so use `Buffer.from(sink.bytes())` if you need an independ
skills/clickhouse-js-node-rowbinary/src/writers/core.ts:60
↓ 5 callersFunctioncollect
(src: AsyncIterable<Buffer>)
skills/clickhouse-js-node-rowbinary/tests/coalesceChunks.test.ts:22
↓ 5 callersFunctioncompileRowBinaryWithNamesAndTypes
( state: Cursor, resolveType: TypeReaderResolver = typeStringToReader, )
skills/clickhouse-js-node-rowbinary/src/readers/rowBinaryWithNamesAndTypes.ts:126
↓ 5 callersFunctionflush
()
skills/clickhouse-js-node-rowbinary/src/readers/stream.ts:219
↓ 5 callersFunctionreadBFloat16
(state: Cursor)
skills/clickhouse-js-node-rowbinary/src/readers/floats.ts:28
↓ 5 callersFunctionreadGeometry
( state: Cursor, )
skills/clickhouse-js-node-rowbinary/src/readers/geo.ts:85
↓ 5 callersFunctionreadIPv4
(state: Cursor)
skills/clickhouse-js-node-rowbinary/src/readers/ip.ts:8
↓ 5 callersFunctionreadLineString
(state: Cursor)
skills/clickhouse-js-node-rowbinary/src/readers/geo.ts:39
↓ 5 callersFunctionreadPolygon
(state: Cursor)
skills/clickhouse-js-node-rowbinary/src/readers/geo.ts:51
↓ 5 callersFunctionreadRing
(state: Cursor)
skills/clickhouse-js-node-rowbinary/src/readers/geo.ts:24
↓ 5 callersFunctionreadTime64
(precision: number)
skills/clickhouse-js-node-rowbinary/src/readers/time.ts:27
↓ 5 callersFunctionreader
(expr: string)
skills/clickhouse-js-node-rowbinary/tests/UUIDHiLo.test.ts:11
↓ 5 callersFunctionreader
(expr: string)
skills/clickhouse-js-node-rowbinary/tests/Variant.test.ts:9
↓ 5 callersFunctionreader
(expr: string)
skills/clickhouse-js-node-rowbinary/tests/Array.test.ts:8
↓ 5 callersFunctionsection
(id, content)
skills/clickhouse-js-node-rowbinary/tests/wasm-int128.experiment.mjs:34
↓ 5 callersFunctionstr
(s: string)
skills/clickhouse-js-node-rowbinary/tests/combinations.generated.test.ts:88
↓ 5 callersFunctionwriteArray
(writeElement: Writer<T>)
skills/clickhouse-js-node-rowbinary/src/writers/composite.ts:29
↓ 4 callersFunctionchunked
Yield `buf` in chunks of the given repeating sizes (deliberately mid-row).
skills/clickhouse-js-node-rowbinary/tests/columnar.test.ts:57
↓ 4 callersFunctioncollect
Drain the columnar stream into flat per-column arrays.
skills/clickhouse-js-node-rowbinary/tests/columnar.test.ts:71
↓ 4 callersFunctioncreateTypeReaderCache
(maxSize = 256)
skills/clickhouse-js-node-rowbinary/src/readers/rowBinaryWithNamesAndTypes.ts:85
↓ 4 callersFunctiondecodeAll
(read: Reader<EventRow>)
skills/clickhouse-js-node-rowbinary/tests/events.bench.ts:24
↓ 4 callersFunctiondecodeAll
(read: Reader<ObsRow>)
skills/clickhouse-js-node-rowbinary/tests/observability.bench.ts:37
↓ 4 callersFunctiondecodeAll
(read: Reader<TelemetryRow>)
skills/clickhouse-js-node-rowbinary/tests/telemetry.bench.ts:26
↓ 4 callersFunctiondecodeAll
(read: Reader<OrderRow>)
skills/clickhouse-js-node-rowbinary/tests/orders.bench.ts:24
↓ 4 callersFunctiondecodeAll
(read: Reader<ProfileRow>)
skills/clickhouse-js-node-rowbinary/tests/profiles.bench.ts:24
next →1–100 of 389, ranked by callers