public class DrillFilterRel extends DrillFilterRelBase implements DrillRel
DRILL_LOGICAL
Constructor and Description |
---|
DrillFilterRel(org.apache.calcite.plan.RelOptCluster cluster,
org.apache.calcite.plan.RelTraitSet traits,
org.apache.calcite.rel.RelNode child,
org.apache.calcite.rex.RexNode condition) |
Modifier and Type | Method and Description |
---|---|
static DrillFilterRel |
convert(Filter filter,
ConversionContext context) |
org.apache.calcite.rel.core.Filter |
copy(org.apache.calcite.plan.RelTraitSet traitSet,
org.apache.calcite.rel.RelNode input,
org.apache.calcite.rex.RexNode condition) |
static DrillFilterRel |
create(org.apache.calcite.rel.RelNode child,
org.apache.calcite.rex.RexNode condition) |
LogicalOperator |
implement(DrillImplementor implementor) |
computeSelfCost, estimateRowCount, getFilterExpression
accept, copy, estimateFilteredRows, estimateFilteredRows, explainTerms, getChildExps, getCondition, isValid
childrenAccept, deriveRowType, getInput, getInputs, replaceInput
accept, collectVariablesSet, collectVariablesUsed, computeDigest, computeSelfCost, equals, explain, getCluster, getCollationList, getConvention, getCorrelVariable, getDescription, getDigest, getExpectedInputRowType, getId, getInput, getQuery, getRelTypeName, getRows, getRowType, getTable, getTraitSet, getVariablesSet, getVariablesStopped, hashCode, isDistinct, isKey, isValid, metadata, onRegister, recomputeDigest, register, sole, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
accept, accept, childrenAccept, collectVariablesSet, collectVariablesUsed, computeSelfCost, computeSelfCost, copy, estimateRowCount, explain, getChildExps, getCollationList, getConvention, getCorrelVariable, getExpectedInputRowType, getInput, getInputs, getQuery, getRelTypeName, getRows, getRowType, getTable, getVariablesSet, getVariablesStopped, isDistinct, isKey, isValid, isValid, metadata, onRegister, recomputeDigest, register, replaceInput
public DrillFilterRel(org.apache.calcite.plan.RelOptCluster cluster, org.apache.calcite.plan.RelTraitSet traits, org.apache.calcite.rel.RelNode child, org.apache.calcite.rex.RexNode condition)
public org.apache.calcite.rel.core.Filter copy(org.apache.calcite.plan.RelTraitSet traitSet, org.apache.calcite.rel.RelNode input, org.apache.calcite.rex.RexNode condition)
copy
in class org.apache.calcite.rel.core.Filter
public LogicalOperator implement(DrillImplementor implementor)
public static DrillFilterRel convert(Filter filter, ConversionContext context) throws org.apache.calcite.rel.InvalidRelException
org.apache.calcite.rel.InvalidRelException
public static DrillFilterRel create(org.apache.calcite.rel.RelNode child, org.apache.calcite.rex.RexNode condition)
Copyright © 1970 The Apache Software Foundation. All rights reserved.