cldellow / sqlite-parquet-vtable

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

support mixed types for row group filtering #21

Open cldellow opened 6 years ago

cldellow commented 6 years ago

Like https://github.com/cldellow/sqlite-parquet-vtable/issues/20, but for row groups.

eg: https://github.com/cldellow/sqlite-parquet-vtable/blob/bc0be715462d81fe12b13d2735fc6b76a3cfbef4/parquet/parquet_cursor.cc#L140-L150