public class EnumerableInterpretable extends ConverterImpl implements InterpretableRel
EnumerableConvention,
BindableConventionInterpretableRel.InterpreterImplementorinTraits, traitDefdigest, id, rowType, traitSet| Modifier | Constructor and Description |
|---|---|
protected |
EnumerableInterpretable(RelOptCluster cluster,
RelNode input) |
| Modifier and Type | Method and Description |
|---|---|
EnumerableInterpretable |
copy(RelTraitSet traitSet,
List<RelNode> inputs)
Creates a copy of this relational expression, perhaps changing traits and
inputs.
|
Node |
implement(InterpretableRel.InterpreterImplementor implementor)
Creates an interpreter node to implement this relational expression.
|
static Bindable |
toBindable(Map<String,Object> parameters,
CalcitePrepare.SparkHandler spark,
EnumerableRel rel,
EnumerableRel.Prefer prefer) |
cannotImplement, computeSelfCost, getInputTraits, getTraitDef, isDistinctchildrenAccept, deriveRowType, explainTerms, getInput, getInputs, getRows, replaceInputaccept, accept, collectVariablesSet, collectVariablesUsed, computeDigest, explain, getChildExps, getCluster, getCollationList, getConvention, getCorrelVariable, getDescription, getDigest, getExpectedInputRowType, getId, getInput, getQuery, getRelTypeName, getRowType, getTable, getTraitSet, getVariablesStopped, isKey, isValid, metadata, onRegister, recomputeDigest, register, sole, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, accept, childrenAccept, collectVariablesSet, collectVariablesUsed, computeSelfCost, 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, getTraitSetprotected EnumerableInterpretable(RelOptCluster cluster, RelNode input)
public EnumerableInterpretable copy(RelTraitSet traitSet, List<RelNode> inputs)
RelNodeSub-classes with other important attributes are encouraged to create variants of this method with more parameters.
copy in interface RelNodecopy in class AbstractRelNodetraitSet - Trait setinputs - Inputspublic Node implement(InterpretableRel.InterpreterImplementor implementor)
InterpretableRelimplement in interface InterpretableRelpublic static Bindable toBindable(Map<String,Object> parameters, CalcitePrepare.SparkHandler spark, EnumerableRel rel, EnumerableRel.Prefer prefer)
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.