sqlite-parquet-vtable/parquet-generator
Colin Dellow caefc23b1e Add a pg oracle
- define `datetime`, `printf` fns in pg so it produces similar
  output as sqlite

- tidy up input data to be less wide

To do: some fns to make it easy to generate a new test case. Probably
want to mount all the 3 parquets simultaneously and refer to the
sqlite table by the same name as the pg table.
2018-03-07 19:40:38 -05:00
..
100-rows-1.parquet Add a pg oracle 2018-03-07 19:40:38 -05:00
100-rows-10.parquet Add a pg oracle 2018-03-07 19:40:38 -05:00
100-rows-nulls.parquet Add a pg oracle 2018-03-07 19:40:38 -05: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 Add a pg oracle 2018-03-07 19:40:38 -05:00
no-nulls.csv Add a pg oracle 2018-03-07 19:40:38 -05:00
nulls.csv Add a pg oracle 2018-03-07 19:40:38 -05:00
parquets.py Add a pg oracle 2018-03-07 19:40:38 -05: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.