arquero-sql
arquero-sql copied to clipboard
Database backend support for Arquero
If possible, we should support all Arquero operations
Currently using [Node.js binding](https://duckdb.org/docs/api/nodejs/overview). Considering [DuckDB-WASM](https://github.com/duckdb/duckdb-wasm). [Post](https://duckdb.org/2021/10/29/duckdb-wasm.html)
- [ ] Rewrite test cases for `PostgresQueryBuilder` (previously `SQLQuery`). - [ ] End-to-end test: arquero table / csv file -> `DTTable` -> construct query -> observe with `print` and...
Materializing table transformations helps improving runtime performance if the transformations are to be execute multiple times. Some transformations on a table also change table schema based on content in the...