public abstract class DrillUnionRelBase extends org.apache.calcite.rel.core.Union implements DrillRelNode
Constructor and Description |
---|
DrillUnionRelBase(org.apache.calcite.plan.RelOptCluster cluster,
org.apache.calcite.plan.RelTraitSet traits,
List<org.apache.calcite.rel.RelNode> inputs,
boolean all,
boolean checkCompatibility) |
Modifier and Type | Method and Description |
---|---|
boolean |
isCompatible(boolean compareNames,
boolean allowSubstring) |
boolean |
isDistinct() |
copy, copy, deriveRowType, explainTerms, getInputs, isHomogeneous, replaceInput
accept, accept, childrenAccept, collectVariablesSet, collectVariablesUsed, computeDigest, computeSelfCost, computeSelfCost, equals, explain, getChildExps, getCluster, getCollationList, getConvention, getCorrelVariable, getDescription, getDigest, getExpectedInputRowType, getId, getInput, getQuery, getRelTypeName, getRows, getRowType, getTable, getTraitSet, getVariablesSet, getVariablesStopped, hashCode, isKey, isValid, 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, isKey, isValid, isValid, metadata, onRegister, recomputeDigest, register, replaceInput
public DrillUnionRelBase(org.apache.calcite.plan.RelOptCluster cluster, org.apache.calcite.plan.RelTraitSet traits, List<org.apache.calcite.rel.RelNode> inputs, boolean all, boolean checkCompatibility) throws org.apache.calcite.rel.InvalidRelException
org.apache.calcite.rel.InvalidRelException
Copyright © 1970 The Apache Software Foundation. All rights reserved.