The duckdb c api allows for defining scalar functions, these can be useful for reusing existing php logic. One can also define aggregate and table functions, although those aren't as useful for my usecase
The duckdb c api allows for defining scalar functions, these can be useful for reusing existing php logic.
One can also define aggregate and table functions, although those aren't as useful for my usecase