public static class EnumerableRel.Result extends Object
| Modifier and Type | Field and Description |
|---|---|
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 |
|---|
EnumerableRel.Result(BlockStatement block,
PhysType physType,
JavaRowFormat format) |
public final BlockStatement block
public final PhysType physType
public final JavaRowFormat format
public EnumerableRel.Result(BlockStatement block, PhysType physType, JavaRowFormat format)
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.