Commit 232d462
committed
feat: export columnar pipeline and merge functions from public API
The columnar module (QMCB encode/decode, k-way merge, batch concat/slice)
and merge module (kWayMerge, mergeQueryResults) were only used internally
but never exported. This is inconsistent — the library exports every
operator, spill backend, and format reader as composable building blocks.
Users building custom DOs, custom merge logic, or working with the
zero-copy columnar pipeline directly now have access to these functions.1 parent 899aeba commit 232d462
1 file changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
44 | 53 | | |
45 | 54 | | |
46 | 55 | | |
| |||
0 commit comments