Skip to content

Support resolving scalar functions by name #515

@sadderchris

Description

@sadderchris

Right now it's only possible to resolve scalar functions by ID (+ the specific overload you want). This works, but anyone directly constructing logical plans with scalar function calls has to implement overload resolution logic for each scalar function. This couples the code to PLR implementation details, at least when resolving built-in functions, since it's necessary to understand in what order the overloads are defined and what kinds of overloads are available in order to properly construct a call.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions