sqlite-parquet-vtable/tests/queries
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
..
001-table-scan-1-rowgroup.sql Add query test framework, fix xFilter 2018-03-04 21:05:26 -05:00
002-table-scan-10-rowgroups.sql Add query test framework, fix xFilter 2018-03-04 21:05:26 -05:00
003-cross-join-count-1-rowgroup.sql `ensureColumn` catches up when rows are skipped 2018-03-04 22:29:35 -05:00
004-cross-join-10-rowgroups.sql `ensureColumn` catches up when rows are skipped 2018-03-04 22:29:35 -05:00
005-rowid-1-rowgroup.sql `ensureColumn` catches up when rows are skipped 2018-03-04 22:29:35 -05:00
006-rowid-10-rowgroups.sql `ensureColumn` catches up when rows are skipped 2018-03-04 22:29:35 -05:00
007-rowid-55-10-rowgroups.sql `ensureColumn` catches up when rows are skipped 2018-03-04 22:29:35 -05:00
008-nulls.sql Rejig parquet generation 2018-03-06 21:02:26 -05:00