See: Description
Class | Description |
---|---|
ArrayScanColumnRefToUncollect |
Converts array scan that represents a reference to array column literal to uncollect.
|
ConversionContext |
Conversion context, some rules need this data to convert the nodes.
|
ExpressionConverter |
Extracts expressions (function calls, field accesses) from the resolve query nodes, converts them
to RexNodes.
|
QueryStatementConverter |
Converts a resolved Zeta SQL query represented by a tree to corresponding Calcite representation.
|