Replies: 1 comment
-
|
This would be great to have! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
DuckDB-WASM has a function called createScalarFunction in
DuckDBConnectionto create used-defined functions. However, in the current version (1.28.1-dev179.0) I haven't been able to find a way to use it becauseAsyncDuckDBandAsyncDuckDBConnectiondon't implement this method. It seems to have been just forgotten to implement. Or are there some reasons why we can't use it inAsyncDuckDBandAsyncDuckDBConnection?Beta Was this translation helpful? Give feedback.
All reactions