1
0
mirror of https://github.com/cldellow/sqlite-parquet-vtable.git synced 2025-04-03 09:39:47 +00:00
Colin Dellow 16cdd70f2b Short-circuit row group evaluation
We can avoid eagerly computing bitmasks for other constraints this way.

Possible future work - order the constraints such that we evaluate the
one that is cheapest/most likely to prune a row group first.

This reduces the cyclist query from ~65ms to ~60ms
2018-06-24 11:08:56 -04:00
..
2018-03-02 18:59:34 -05:00
2018-03-10 10:59:53 -05:00
go
2018-03-10 10:59:53 -05:00
2018-06-23 16:13:18 -04:00
2018-06-24 11:08:56 -04:00