1
0
mirror of https://github.com/cldellow/sqlite-parquet-vtable.git synced 2025-09-16 22:49:59 +00:00

Add stub row group filters for text/int/dbl

Checkpointing to investigate why min/max stats for text aren't
present
This commit is contained in:
Colin Dellow
2018-03-12 23:07:41 -04:00
parent 110e3e3668
commit 769060dbcb
3 changed files with 57 additions and 2 deletions

View File

@@ -23,7 +23,6 @@ enum ConstraintOperator {
enum ValueType {
Null,
Boolean,
Integer,
Double,
Blob,