1
0
mirror of https://github.com/cldellow/sqlite-parquet-vtable.git synced 2025-09-14 22:39:59 +00:00

Code to pretty print constraints

This commit is contained in:
Colin Dellow
2018-03-10 10:59:53 -05:00
parent 2bc054a2cf
commit 210f322a1c
5 changed files with 64 additions and 13 deletions

View File

@@ -328,3 +328,5 @@ void ParquetCursor::reset() {
numRows = reader->metadata()->num_rows();
numRowGroups = reader->metadata()->num_row_groups();
}
ParquetTable* ParquetCursor::getTable() { return table; }