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

ensureColumn catches up when rows are skipped

This commit is contained in:
Colin Dellow
2018-03-04 22:29:35 -05:00
parent bb3a9440f7
commit 67005623df
11 changed files with 100 additions and 9 deletions

View File

@@ -22,6 +22,7 @@ class ParquetCursor {
int rowId;
int rowGroupId;
int rowGroupStartRowId;
int numRows;
int numRowGroups;
int rowsLeftInRowGroup;