sqlite-parquet-vtable/parquet
Colin Dellow e2af2a07a4 Make rowid start from 1, not 0
Unclear whether this is strictly required, but I'm going to start using
SQLite as an oracle, and it'll be simpler if our rowids match theirs.
2018-03-18 17:03:46 -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 Row group filtering for BYTE_ARRAY 2018-03-18 15:03:08 -04:00
parquet_cursor.cc Make rowid start from 1, not 0 2018-03-18 17:03:46 -04:00
parquet_cursor.h Row group filtering for BYTE_ARRAY 2018-03-18 15:03:08 -04:00
parquet_filter.cc Row-filtering for other string ops 2018-03-17 15:28:51 -04:00
parquet_filter.h Row-filtering for other string ops 2018-03-17 15:28:51 -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