ruby-duckdb icon indicating copy to clipboard operation
ruby-duckdb copied to clipboard

think about duckdb v1.1.0 new C-API

Open suketa opened this issue 1 year ago • 1 comments

  • [ ] duckdb_bind_timestamp_tz
  • [ ] duckdb_string_t_data
  • [ ] duckdb_string_t_length
  • [ ] duckdb_result_error_type
  • [ ] duckdb_create_xxx
  • [ ] duckdb_get_xxx
  • [ ] Scalar functions
  • [ ] Aggregate functions
  • [ ] Profiling info
  • [ ] Table Description
  • [x] #810
  • [ ] duckdb_column_has_default
  • [ ] Cast functions

suketa avatar Sep 14 '24 23:09 suketa

Scalar functions PoC, in case someone else wants to have a look at it as well

vhiairrassary avatar Jul 11 '25 14:07 vhiairrassary