mirror of
https://github.com/cldellow/sqlite-parquet-vtable.git
synced 2025-09-12 22:29:58 +00:00
Don't segfault on full table scan
This commit is contained in:
@@ -26,7 +26,7 @@ class ParquetCursor {
|
||||
int numRowGroups;
|
||||
int rowsLeftInRowGroup;
|
||||
|
||||
void nextRowGroup();
|
||||
bool nextRowGroup();
|
||||
|
||||
public:
|
||||
ParquetCursor(ParquetTable* table);
|
||||
|
Reference in New Issue
Block a user