Skip to content

Support User Defined Table Functions that read from input columns #8383

@alamb

Description

@alamb

Is your feature request related to a problem or challenge?

We implemented a first version of User Defined Tables in #7926 (thanks @Veeupup !!)

The current implementation allows expressions like table_func('foo') or table_func(now()) but it does not permit taking the input from columns (for example the output of a subquery) as described in @yukkit in #7926 (comment) and @Jesse-Bakker in #7926 (comment)

Describe the solution you'd like

\

Describe alternatives you've considered

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions