mirror of
https://github.com/cldellow/sqlite-parquet-vtable.git
synced 2025-09-14 22:39:59 +00:00
Add rowgroup filtering for rowid
This commit is contained in:
@@ -396,7 +396,7 @@ static int parquetFilter(
|
||||
|
||||
ValueType type = Null;
|
||||
bool boolValue = false;
|
||||
uintptr_t intValue = 0;
|
||||
int64_t intValue = 0;
|
||||
double doubleValue = 0;
|
||||
std::vector<unsigned char> blobValue;
|
||||
int sqliteType = sqlite3_value_type(argv[j]);
|
||||
|
Reference in New Issue
Block a user