cldellow / sqlite-parquet-vtable

A SQLite vtable extension to read Parquet files
Apache License 2.0
267 stars 31 forks source link

add in-extension filtering at row-group level #2

Closed cldellow closed 6 years ago

cldellow commented 6 years ago

Like #1, but do it at the row group level. This further increases efficiency by avoiding the need to open row groups that we know cannot satisfy the query.

cldellow commented 6 years ago

Support for strings, ints, doubles, bools, variable length blobs.