Class EnumerableRel.Result
java.lang.Object
org.apache.calcite.adapter.enumerable.EnumerableRel.Result
- Enclosing interface:
EnumerableRel
Result of implementing an enumerable relational expression by generating
Java code.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal BlockStatement
final JavaRowFormat
final PhysType
Describes the Java type returned by this relational expression, and the mapping between it and the fields of the logical row type. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
block
-
physType
Describes the Java type returned by this relational expression, and the mapping between it and the fields of the logical row type. -
format
-
-
Constructor Details
-
Result
-