sqlite-parquet-vtable/parquet-generator
Colin Dellow 7f2042742b Also compare queries against SQLite itself 2018-03-18 17:49:12 -04:00
..
99-rows-1.parquet Fix when last rowgroup is not same size as first 2018-03-11 15:15:27 -04:00
99-rows-10.parquet Fix when last rowgroup is not same size as first 2018-03-11 15:15:27 -04:00
99-rows-99.parquet Rewrite tests for automatic generation 2018-03-18 13:11:29 -04:00
99-rows-nulls-1.parquet Rewrite tests for automatic generation 2018-03-18 13:11:29 -04:00
99-rows-nulls-10.parquet Rewrite tests for automatic generation 2018-03-18 13:11:29 -04:00
99-rows-nulls-99.parquet Rewrite tests for automatic generation 2018-03-18 13:11:29 -04:00
Pipfile Add tool to generate sample parquets 2018-03-04 12:15:50 -05:00
Pipfile.lock Add tool to generate sample parquets 2018-03-04 12:15:50 -05:00
README.md Add tool to generate sample parquets 2018-03-04 12:15:50 -05:00
create-pg-db Fix when last rowgroup is not same size as first 2018-03-11 15:15:27 -04:00
no-nulls.csv Make rowid start from 1, not 0 2018-03-18 17:03:46 -04:00
no-nulls.sql Also compare queries against SQLite itself 2018-03-18 17:49:12 -04:00
nulls.csv Make rowid start from 1, not 0 2018-03-18 17:03:46 -04:00
nulls.sql Also compare queries against SQLite itself 2018-03-18 17:49:12 -04:00
parquets.py Also compare queries against SQLite itself 2018-03-18 17:49:12 -04:00
unsupported-decimal-10-0-.parquet Add tool to generate sample parquets 2018-03-04 12:15:50 -05:00
unsupported-null.parquet Add tool to generate sample parquets 2018-03-04 12:15:50 -05:00
unsupported-uint8.parquet Add tool to generate sample parquets 2018-03-04 12:15:50 -05:00
unsupported-uint16.parquet Add tool to generate sample parquets 2018-03-04 12:15:50 -05:00
unsupported-uint64.parquet Add tool to generate sample parquets 2018-03-04 12:15:50 -05:00

README.md

parquet-generator

Supporting tools to create Parquet files to validate the vtable module.

Run:

pipenv shell

to get an environment with the necessary modules installed.