mirror of
https://github.com/cldellow/sqlite-parquet-vtable.git
synced 2025-09-14 22:39:59 +00:00
Remove bool from Constraint
This commit is contained in:
@@ -395,7 +395,6 @@ static int parquetFilter(
|
||||
}
|
||||
|
||||
ValueType type = Null;
|
||||
bool boolValue = false;
|
||||
int64_t intValue = 0;
|
||||
double doubleValue = 0;
|
||||
std::vector<unsigned char> blobValue;
|
||||
@@ -429,7 +428,6 @@ static int parquetFilter(
|
||||
indexInfo->aConstraint[i].iColumn,
|
||||
constraintOperatorFromSqlite(indexInfo->aConstraint[i].op),
|
||||
type,
|
||||
boolValue,
|
||||
intValue,
|
||||
doubleValue,
|
||||
blobValue);
|
||||
|
Reference in New Issue
Block a user