-
Notifications
You must be signed in to change notification settings - Fork 166
Closed
Labels
library@duckdb/duckdb-wasm@duckdb/duckdb-wasm
Description
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.
ankoh and hiyelbaz
Metadata
Metadata
Assignees
Labels
library@duckdb/duckdb-wasm@duckdb/duckdb-wasm