duckdb / duckdb-rs

Ergonomic bindings to duckdb for Rust
MIT License
511 stars 113 forks source link

Is there a way to register scalar function in ext? #356

Open 4kimov opened 4 months ago

4kimov commented 4 months ago

In this example, the created function is a table function. How would one make it a scalar function so that the following is possible?

select hello('rusty');