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:
@@ -23,7 +23,6 @@ enum ConstraintOperator {
|
||||
|
||||
enum ValueType {
|
||||
Null,
|
||||
Boolean,
|
||||
Integer,
|
||||
Double,
|
||||
Blob,
|
||||
|
Reference in New Issue
Block a user