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:
@@ -32,6 +32,8 @@ public:
|
||||
ParquetCursor(ParquetTable* table);
|
||||
int getRowId();
|
||||
void next();
|
||||
void close();
|
||||
void reset();
|
||||
bool eof();
|
||||
|
||||
void ensureColumn(int col);
|
||||
|
Reference in New Issue
Block a user