Commit 7e2f2cc
committed
fix: all-fragments-pruned returns columns:[] + public API export gaps
- executeMultiFragment returned columns:[] when all fragments were
pruned by partition/filter pushdown. Callers (pg-wire, show(),
formatResultSummary) got empty column headers. Now returns actual
schema from query.projections or first fragment's columns.
- Remove dead autoCoalesceGap export (superseded by optional maxGap
in coalesceRanges).
- Export missing composability types from index.ts: buildPipeline,
buildKeptPageIndices, canSkipPageMultiCol, FragmentSource,
PipelineOptions, PipelineResult, SpillBackend.1 parent c6a84b5 commit 7e2f2cc
3 files changed
+9
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | 36 | | |
44 | 37 | | |
45 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
| 27 | + | |
27 | 28 | | |
28 | | - | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| 35 | + | |
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1687 | 1687 | | |
1688 | 1688 | | |
1689 | 1689 | | |
1690 | | - | |
| 1690 | + | |
| 1691 | + | |
| 1692 | + | |
| 1693 | + | |
1691 | 1694 | | |
1692 | | - | |
| 1695 | + | |
1693 | 1696 | | |
1694 | 1697 | | |
1695 | 1698 | | |
| |||
0 commit comments