Skip to content

Support custom expressions #159

@domoritz

Description

@domoritz

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    library@duckdb/duckdb-wasm

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions