Class CalciteCompiler.VarData

  • Enclosing class:
    CalciteCompiler

    private static class CalciteCompiler.VarData
    extends Object
    How a Morel variable maps onto the columns returned from a Join.
    • Field Detail

      • type

        final Type type
      • offset

        final int offset
      • rowType

        final org.apache.calcite.rel.type.RelDataType rowType
    • Constructor Detail

      • VarData

        VarData​(Type type,
                int offset,
                org.apache.calcite.rel.type.RelDataType rowType)
    • Method Detail

      • apply

        org.apache.calcite.rex.RexNode apply​(org.apache.calcite.tools.RelBuilder relBuilder)