sqlite-parquet-vtable/parquet
Colin Dellow 1f4cebe2a6 Don't use accessors
This drops the `= 'Dawson Creek'` query from 210ms to 145ms.

Maybe inlining would have been an option here? I'm not familiar enough
with g++ to know. :(
2018-03-15 23:04:11 -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 Don't use accessors 2018-03-15 23:04:11 -04:00
parquet_cursor.h add row filter for string == 2018-03-15 21:37:52 -04:00
parquet_filter.cc Don't use accessors 2018-03-15 23:04:11 -04:00
parquet_filter.h Don't use accessors 2018-03-15 23:04:11 -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