You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support bindings and high-level API for all C API functions that use duckdb_aggregate_function.
This also requires supporting duckdb_function_info, which is also needed by scalar, table, and cast functions. Support is also needed for duckdb_aggregate_state.
The text was updated successfully, but these errors were encountered:
Support bindings and high-level API for all C API functions that use
duckdb_aggregate_function
.This also requires supporting
duckdb_function_info
, which is also needed by scalar, table, and cast functions. Support is also needed forduckdb_aggregate_state
.The text was updated successfully, but these errors were encountered: