duckdb/duckdb-rs

Is there a way to register scalar function in ext?

4kimov opened this issue · 0 comments

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');