1
0
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:
Colin Dellow
2018-03-04 17:49:19 -05:00
parent 7edb5e472f
commit 4c54ab89ae
2 changed files with 14 additions and 6 deletions

View File

@@ -26,7 +26,7 @@ class ParquetCursor {
int numRowGroups;
int rowsLeftInRowGroup;
void nextRowGroup();
bool nextRowGroup();
public:
ParquetCursor(ParquetTable* table);