Commit e3ec050
committed
docs: distinguish QMCB vs pipeline ColumnarBatch types
Add section explaining the two distinct ColumnarBatch interfaces:
- QMCB (columnar.ts): ArrayBuffer-backed, wire format for DO transfer
- Pipeline (operators.ts): Map<string, DecodedValue[]> with selection
vector, used inside operators implementing nextColumnar()1 parent 66e02d8 commit e3ec050
1 file changed
Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
0 commit comments