Skip to main content

Module ir

Module ir 

Source
Expand description

Serializable scalar SQL IR shared by analysis, planning, and execution.

Structs§

ScalarOrder
ScalarWindowFrame
ScalarWindowSpec

Enums§

ScalarExpr
ScalarFrameBound

Functions§

analyze_expression_call_arguments
Decode SQL call markers carried by expression plans without evaluating arguments.
scalar_call_arguments_with_control
Decode the same borrowed markers into an admitted temporary container. Names and expression nodes remain borrowed from the input IR owner.

Type Aliases§

SubqueryId
Index into the query children owned by the enclosing expression plan.