public class HiveUnion
extends org.apache.calcite.rel.core.Union
Modifier and Type | Field and Description |
---|---|
static org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveUnion.HiveUnionRelFactory |
UNION_REL_FACTORY |
Constructor and Description |
---|
HiveUnion(org.apache.calcite.plan.RelOptCluster cluster,
org.apache.calcite.plan.RelTraitSet traits,
List<org.apache.calcite.rel.RelNode> inputs) |
Modifier and Type | Method and Description |
---|---|
org.apache.calcite.rel.core.SetOp |
copy(org.apache.calcite.plan.RelTraitSet traitSet,
List<org.apache.calcite.rel.RelNode> inputs,
boolean all) |
void |
implement(HiveRelNode.Implementor implementor) |
copy, deriveRowType, explainTerms, getInputs, isHomogeneous, isKey, replaceInput
accept, accept, childrenAccept, collectVariablesSet, collectVariablesUsed, computeDigest, computeSelfCost, explain, getChildExps, getCluster, getCollationList, getConvention, getCorrelVariable, getDescription, getDigest, getExpectedInputRowType, getId, getInput, getQuery, getRelTypeName, getRowType, getTable, getTraitSet, getVariablesStopped, isDistinct, isValid, metadata, onRegister, recomputeDigest, register, sole, toString
public static final org.apache.hadoop.hive.ql.optimizer.calcite.reloperators.HiveUnion.HiveUnionRelFactory UNION_REL_FACTORY
public HiveUnion(org.apache.calcite.plan.RelOptCluster cluster, org.apache.calcite.plan.RelTraitSet traits, List<org.apache.calcite.rel.RelNode> inputs)
public org.apache.calcite.rel.core.SetOp copy(org.apache.calcite.plan.RelTraitSet traitSet, List<org.apache.calcite.rel.RelNode> inputs, boolean all)
copy
in class org.apache.calcite.rel.core.SetOp
public void implement(HiveRelNode.Implementor implementor)
Copyright © 2017 The Apache Software Foundation. All rights reserved.