handstuyennn

Results 7 issues of handstuyennn

Hi DuckDB team, I would like to implement the GeoSpatial data type in DuckDB. This will require quite a bit of work, so I propose breaking it up into two...

Hi @Mytherin Continuing from [this thread](https://github.com/duckdb/duckdb/pull/3490). Part 1 ("Provide a way of creating a (named) alias to an existing type (e.g. a struct)") have been done. Part 2 ("Provide a...

When I fetch data from duckdb wasm, I guess type of data base on Apache Arrow Field. Sometimes, type couldn't be guessed exactly. Eg, For this query `"SELECT -9223372036854775809;"`. -...

### What happens? Hi @Mytherin When DuckDB serializes an INTERVAL to Arrow it converts it to a fixed-ms duration. This is problematic in that a month is not always 30...

Hi, I built duckdb-wasm with latest commit from branch master ([83ba5b459c681f3e94b282586b21e12994383aa0](https://github.com/duckdb/duckdb-wasm/commit/83ba5b459c681f3e94b282586b21e12994383aa0)) with following commands: > make bootstrap make compile_commands make duckdb_shell make data make lib_tests DUCKDB_EXCEL=1 make wasm (or DUCKDB_EXCEL=1...

### Rationale for this change This PR handle for Interval type with MONTH_DAY_NANO unit, This is currently not supported in Arrow JS implementation. See https://github.com/apache/arrow/issues/43118 ### What changes are included...

Component: JavaScript
awaiting change review

### Describe the enhancement requested This issue for implementing Interval with MONTH_DAY_NANO unit ### Component(s) JavaScript

Type: enhancement
Component: JavaScript