public static class EnumerableRel.Result extends Object
| Modifier and Type | Field and Description |
|---|---|
org.apache.calcite.linq4j.tree.BlockStatement |
block |
JavaRowFormat |
format |
PhysType |
physType
Describes the Java type returned by this relational expression, and the
mapping between it and the fields of the logical row type.
|
| Constructor and Description |
|---|
Result(org.apache.calcite.linq4j.tree.BlockStatement block,
PhysType physType,
JavaRowFormat format) |
public final org.apache.calcite.linq4j.tree.BlockStatement block
public final PhysType physType
public final JavaRowFormat format
public Result(org.apache.calcite.linq4j.tree.BlockStatement block,
PhysType physType,
JavaRowFormat format)
Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.