sqlite-parquet-vtable/parquet
Colin Dellow 0d4806ca6f Rejig parquet generation
- "fixed_size_binary" -> "binary_10"
- make null parquet use rowgroups of sie 10: first rowgroup
  has no nulls, 2nd has all null, 3rd-10th have alternating
  nulls

This is prep for making a Postgres layer to use as an oracle
for generating test cases so that we have good coverage before
implementing advanced `xBestIndex` and `xFilter` modes.
2018-03-06 21:02:26 -05:00
..
.gitignore Initial checkin of CSV table 2018-03-02 18:59:34 -05:00
cmds.txt Rejig parquet generation 2018-03-06 21:02:26 -05:00
go Very rough first cut 2018-03-03 15:44:01 -05:00
make Very rough first cut 2018-03-03 15:44:01 -05:00
parquet.cc Rejig parquet generation 2018-03-06 21:02:26 -05:00
parquet_cursor.cc `ensureColumn` catches up when rows are skipped 2018-03-04 22:29:35 -05:00
parquet_cursor.h `ensureColumn` catches up when rows are skipped 2018-03-04 22:29:35 -05:00
parquet_table.cc `ensureColumn` catches up when rows are skipped 2018-03-04 22:29:35 -05:00
parquet_table.h Very rough first cut 2018-03-03 15:44:01 -05:00