mirror of
https://github.com/cldellow/sqlite-parquet-vtable.git
synced 2025-09-16 22:49:59 +00:00
ensureColumn
catches up when rows are skipped
This commit is contained in:
@@ -11,7 +11,6 @@ std::string ParquetTable::CreateStatement() {
|
||||
// TODO: parse columns from file
|
||||
std::string text("CREATE TABLE x(");
|
||||
auto schema = reader->metadata()->schema();
|
||||
printf("num cols: %d\n", schema->num_columns());
|
||||
for(auto i = 0; i < schema->num_columns(); i++) {
|
||||
auto _col = schema->GetColumnRoot(i);
|
||||
|
||||
|
Reference in New Issue
Block a user