You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: BETWEEN in WasmAggregateOperator + two-phase aggregate I/O
- WasmAggregateOperator handles BETWEEN via filterFloat64Range/Int32/Int64Range
- canUseWasmAggregate allows "between" filter op on numeric columns
- Two-phase I/O in WasmAggregateOperator: read only filter columns first,
skip aggregate column I/O when filter eliminates all rows on a page
0 commit comments