sqlite-parquet-vtable/parquet
Colin Dellow 8ba13f44d5 Remove unnecessary copy
Now the `== 'Dawson Creek'` query is ~210ms, which is approx the
same as a `count(*)` query. This seems maybe OK, since the row group
filter is only excluding 30% of records.
2018-03-15 22:10:45 -04:00
..
.gitignore Initial checkin of CSV table 2018-03-02 18:59:34 -05:00
Makefile Remove unnecessary copy 2018-03-15 22:10:45 -04:00
cmds.txt Code to pretty print constraints 2018-03-10 10:59:53 -05:00
go Code to pretty print constraints 2018-03-10 10:59:53 -05:00
parquet.cc Remove bool from Constraint 2018-03-12 20:50:30 -04:00
parquet_cursor.cc Remove unnecessary copy 2018-03-15 22:10:45 -04:00
parquet_cursor.h add row filter for string == 2018-03-15 21:37:52 -04:00
parquet_filter.cc add row filter for string == 2018-03-15 21:37:52 -04:00
parquet_filter.h add row filter for string == 2018-03-15 21:37:52 -04:00
parquet_table.cc reuse FileMetaData 2018-03-15 19:57:38 -04:00
parquet_table.h reuse FileMetaData 2018-03-15 19:57:38 -04:00