Skip to content
This repository was archived by the owner on Nov 25, 2025. It is now read-only.
This repository was archived by the owner on Nov 25, 2025. It is now read-only.

Add support for function-like AST nodes #14

@westonpace

Description

@westonpace

Substrait has some AST nodes which are (in my opinionated view) scalar functions in disguise:

IfThen
SwitchExpression
SingularOrList
MultiOrList
Cast
Nested (maybe... or maybe this shouldn't look like a scalar function)

My preference would be to add them into the API so they look no different than other scalar functions such as add, etc.

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