Alex Kwiatkowski
Alex Kwiatkowski
It would be awesome to have statistical window functions like with the `OVER` clause like Postgres & DuckDB. Is this something on the radar?
Add REPL
Howdy :wave: Absolutely love the project @cube2222. Incredible job! Do you have any plans for a REPL? i.e. something like `psql`
Howdy 👋 Absolutely love the project. Are there are plans to support GraphQL subscriptions? I see a lot of potential to have rock solid, performant subscriptions with Delta Lake Tables....
Howdy, Are there any plans to support the [Apache Iceberg](https://iceberg.apache.org/) table format? It's starting to emerge as the go-to open table format. There is now basic support in rust via...
### Current behavior Add an officially supported C client. This would enable any language that supports the C ABI to create bindings e.g. C++, Zig, ... ### Suggested solution _No...
### Current behavior Currently messages are stored in a row based format which is not optimal for vectorized query engines such as DuckDB. ### Suggested solution Add option to store...
Hi, Do you have any plans to support k8s along with docker compose?
Hi, I'm trying to install `turbodbc` with `pyarrow` support in a pip venv but I get the following dependency resolution error: ```shell Collecting turbodbc[pyarrow]~=4.10.1 (from evac==0.0.2) Using cached turbodbc-4.10.1.tar.gz (84...
**Is your feature request related to a problem? Please describe.** Hi, are there any plans to add support for [tinygo](https://tinygo.org/)? Or should that be a separate plugin? **Describe the solution...
Howdy, Would it be possible to add support for the [`RecordBatchReader](https://arrow.apache.org/docs/python/generated/pyarrow.RecordBatchReader.html) when returning arrow batches? The `RecordBatchReader` provides the schema on the reader which is useful when writing the results...