Package net.hydromatic.morel.compile
Class CalciteCompiler.VarData
java.lang.Object
net.hydromatic.morel.compile.CalciteCompiler.VarData
- Enclosing class:
CalciteCompiler
How a Morel variable maps onto the columns returned from a Join.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) org.apache.calcite.rex.RexNodeapply(org.apache.calcite.tools.RelBuilder relBuilder)
-
Field Details
-
type
-
offset
final int offset -
rowType
final org.apache.calcite.rel.type.RelDataType rowType
-
-
Constructor Details
-
VarData
VarData(Type type, int offset, org.apache.calcite.rel.type.RelDataType rowType)
-
-
Method Details
-
apply
org.apache.calcite.rex.RexNode apply(org.apache.calcite.tools.RelBuilder relBuilder)
-