Skip to main content

duckdb_table_function

Attribute Macro duckdb_table_function 

Source
#[duckdb_table_function]
Expand description

Registers a plain Rust function as a DuckDB table function. See udf. Registers a plain Rust function as a DuckDB table function.

See better_duck_core::udf for usage and supported attribute options.