duckdb / duckdb/duckdb-node-neo
Support duckdb_expression (new in 1.4.0)
Open
enhancement
- Dominant language
- TypeScript
- Stars
- 197
- Forks
- 46
- Avg merge
- 15h 38m
- Merged PRs (30d)
- 22
Description
New type: `duckdb_expression`
New functions:
- `duckdb_destroy_expression`
- `duckdb_expression_return_type`
- `duckdb_expression_is_foldable`
- `duckdb_expression_fold`
The only way to get a duckdb_expression is through these scalar function functions:
- `duckdb_scalar_function_bind_get_argument_count`
- `duckdb_scalar_function_bind_get_argument`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.