1
0
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:
Colin Dellow
2018-03-11 15:43:40 -04:00
parent 5559a7b563
commit 095b576cc2
11 changed files with 60 additions and 3 deletions

View File

@@ -36,6 +36,7 @@ public:
ParquetCursor(ParquetTable* table);
int getRowId();
bool currentRowSatisfiesFilter();
bool currentRowGroupSatisfiesFilter();
void next();
void close();
void reset(std::vector<Constraint> constraints);