Class EnumerableRel.Result

java.lang.Object
org.apache.calcite.adapter.enumerable.EnumerableRel.Result
Enclosing interface:
EnumerableRel

public static class EnumerableRel.Result extends Object
Result of implementing an enumerable relational expression by generating Java code.
  • Field Details

    • block

      public final BlockStatement block
    • physType

      public final PhysType physType
      Describes the Java type returned by this relational expression, and the mapping between it and the fields of the logical row type.
    • format

      public final JavaRowFormat format
  • Constructor Details