1
0
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:
Colin Dellow
2018-03-12 20:42:50 -04:00
parent 1f938a005d
commit acc15256ec
9 changed files with 61 additions and 15 deletions

View File

@@ -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]);