Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added `read_parquet(path TEXT[])` function that can be used to read multiple parquet files. Argument for this function should be provided in PostgreSQL syntax. To read multiple parquet files function should be called with argument `ARRAY['...','...']`. * Added `read_csv(path TEXT)` and `read_parquet(path TEXT[])` reading single and multiple CSV files.
- Loading branch information