Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support custom expressions #159

Closed
domoritz opened this issue Jul 23, 2021 · 1 comment
Closed

Support custom expressions #159

domoritz opened this issue Jul 23, 2021 · 1 comment
Labels
library @duckdb/duckdb-wasm

Comments

@domoritz
Copy link
Collaborator

It would be great to support e.g. js expressions in DuckDB so that one can write (for now synchronous) code to compute some derived value. Maybe we could even support user defined aggregates.

As we discussed before, supporting async code would be pretty trick since we can't just stop and reenter the execution in wasm right now. Maybe DuckDB will add async execution in the future to support async expressions as well.

@domoritz domoritz added the library @duckdb/duckdb-wasm label Jul 23, 2021
@ankoh
Copy link
Member

ankoh commented Mar 26, 2022

We support synchronous UDFs written in JavaScript now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
library @duckdb/duckdb-wasm
Projects
None yet
Development

No branches or pull requests

2 participants