mirror of
https://github.com/cldellow/sqlite-parquet-vtable.git
synced 2025-09-12 22:29:58 +00:00
Scaffolding for row group filters, tests
rowid is special since its column index is -1, so add explicit tests around it
This commit is contained in:
@@ -36,6 +36,7 @@ public:
|
||||
ParquetCursor(ParquetTable* table);
|
||||
int getRowId();
|
||||
bool currentRowSatisfiesFilter();
|
||||
bool currentRowGroupSatisfiesFilter();
|
||||
void next();
|
||||
void close();
|
||||
void reset(std::vector<Constraint> constraints);
|
||||
|
Reference in New Issue
Block a user