Skip to content

Commit 0be7bd2

Browse files
committed
docs: add concatQMCBBatches to columnar format key functions table
1 parent 8ac92ae commit 0be7bd2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/src/content/docs/columnar-format.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ interface ColumnarBatch {
8585
| `decodeColumnarBatch(qmcb)` | Decode QMCB to `ColumnarBatch` |
8686
| `columnarBatchToRows(batch)` | Materialize to `Row[]` (response boundary only) |
8787
| `columnarKWayMerge(batches, col, dir, limit)` | Sorted merge on typed arrays |
88-
| `concatColumnarBatches(batches)` | Concatenate without re-encoding |
88+
| `concatColumnarBatches(batches)` | Concatenate decoded batches |
89+
| `concatQMCBBatches(batches)` | Concatenate raw QMCB ArrayBuffers (no decode needed) |
8990
| `sliceColumnarBatch(batch, offset, limit)` | Offset/limit without `Row[]` |
9091
| `readColumnValue(col, row)` | Read single value from column |
9192

0 commit comments

Comments
 (0)