public abstract static class SparkRel.Implementor extends JavaRelImplementor
JavaRelImplementor that can handle Spark relational
expressions.| Constructor and Description |
|---|
SparkRel.Implementor(RexBuilder rexBuilder) |
| Modifier and Type | Method and Description |
|---|---|
(package private) abstract SparkRel.Result |
result(PhysType physType,
BlockStatement blockStatement) |
(package private) abstract SparkRel.Result |
visitInput(SparkRel parent,
int ordinal,
SparkRel input) |
getRexBuilder, getRootExpression, getTypeFactorypublic SparkRel.Implementor(RexBuilder rexBuilder)
abstract SparkRel.Result result(PhysType physType, BlockStatement blockStatement)
abstract SparkRel.Result visitInput(SparkRel parent, int ordinal, SparkRel input)
Copyright © 2012–2017 The Apache Software Foundation. All rights reserved.