duckdb / duckdb/duckdb-node

Expose LogicalType(s) for columns in QueryResult

Open
#24 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
91
Forks
36
PR merge metrics
No merged PRs in 30d

Description

Hello!

I am working on the driver for (Cube)[https://github.com/cube-js/cube], and right now, there is a limitation in API, which protects us from making integration better.

We use the `stream` method that returns `QueryResult,` which implements an async iterator (return rows), but there is no way to get column types.

As I can see from DuckDB's source code, it exists in `QueryResult`, but it's not exposed in `duckdb-node`

image

Thanks

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.