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:
@@ -328,3 +328,5 @@ void ParquetCursor::reset() {
|
||||
numRows = reader->metadata()->num_rows();
|
||||
numRowGroups = reader->metadata()->num_row_groups();
|
||||
}
|
||||
|
||||
ParquetTable* ParquetCursor::getTable() { return table; }
|
||||
|
Reference in New Issue
Block a user