caefc23b1e
- 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. |
||
---|---|---|
.. | ||
100-rows-1.parquet | ||
100-rows-10.parquet | ||
100-rows-nulls.parquet | ||
Pipfile | ||
Pipfile.lock | ||
README.md | ||
create-pg-db | ||
no-nulls.csv | ||
nulls.csv | ||
parquets.py | ||
unsupported-decimal-10-0-.parquet | ||
unsupported-null.parquet | ||
unsupported-uint8.parquet | ||
unsupported-uint16.parquet | ||
unsupported-uint64.parquet |
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.