sqlite-parquet-vtable/parquet
Colin Dellow 0bdcc9895e All-in-one build command
`./make-linux` clones and builds:

- arrow
- brotli
- lz4
- parquet
- snappy
- zlib
- zstd
- this project

as a statically linked binary. Two Boost libs are still pulled in as
shared libs, should probably fix that, too, for ultimate portability.
2018-06-24 21:11:07 -04:00
..
.gitignore
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 Fix `order by rowid` to apply w/o clause 2018-06-24 15:20:06 -04:00
parquet_cursor.cc Avoid row filter check when no constraints 2018-06-24 14:51:54 -04:00
parquet_cursor.h Cache clauses -> row group mapping 2018-03-24 23:57:15 -04:00
parquet_filter.cc Cache clauses -> row group mapping 2018-03-24 23:57:15 -04:00
parquet_filter.h Revert "Don't eagerly evaluate constraints" 2018-06-23 20:48:39 -04:00
parquet_table.cc Move some code out of ensureColumn 2018-06-23 19:10:23 -04:00
parquet_table.h Move some code out of ensureColumn 2018-06-23 19:10:23 -04:00