Package org.partiql.lang.eval.builtins

Types

Link copied to clipboard
class DynamicLookupExprFunction : ExprFunction

Performs dynamic variable resolution. Query authors should never call this function directly (and indeed it is named to avoid collision with the names of custom functions)--instead, the query planner injects call sites to this function to perform dynamic variable resolution of undefined variables. This provides a migration path for legacy customers that depend on this behavior.