1
0
mirror of https://github.com/cldellow/sqlite-parquet-vtable.git synced 2025-09-12 22:29:58 +00:00

Add query test framework, fix xFilter

This commit is contained in:
Colin Dellow
2018-03-04 21:05:26 -05:00
parent 4c54ab89ae
commit bb3a9440f7
8 changed files with 284 additions and 32 deletions

View File

@@ -32,6 +32,8 @@ public:
ParquetCursor(ParquetTable* table);
int getRowId();
void next();
void close();
void reset();
bool eof();
void ensureColumn(int col);