public interface InterpretableRel extends RelNode
| Modifier and Type | Interface and Description |
|---|---|
static class |
InterpretableRel.InterpreterImplementor
|
| Modifier and Type | Method and Description |
|---|---|
Node |
implement(InterpretableRel.InterpreterImplementor implementor)
Creates an interpreter node to implement this relational expression.
|
accept, accept, childrenAccept, collectVariablesSet, collectVariablesUsed, computeSelfCost, copy, explain, getChildExps, getCollationList, getConvention, getCorrelVariable, getExpectedInputRowType, getInput, getInputs, getQuery, getRelTypeName, getRows, getRowType, getTable, getVariablesStopped, isDistinct, isKey, isValid, metadata, onRegister, recomputeDigest, register, replaceInputgetCluster, getDescription, getDigest, getId, getTraitSetNode implement(InterpretableRel.InterpreterImplementor implementor)
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.