Skip to content

Option to create scalar valued function? #1

@hoehrmann

Description

@hoehrmann

Any thoughts on adding support for scalar valued functions? Could be something like:

CREATE VIRTUAL TABLE foo USING statement((
  SELECT expr
), foo_function);

SELECT foo_function(bar);
-- Returns the first column of SELECT (SELECT expr)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions