public abstract class Union extends SetOp
Corresponds to SQL UNION and UNION ALL.
RelNode.Contextdigest, id, rowType, traitSet| Modifier | Constructor and Description |
|---|---|
protected |
Union(RelInput input)
Creates a Union by parsing serialized output.
|
protected |
Union(RelOptCluster cluster,
RelTraitSet traits,
List<RelNode> inputs,
boolean all) |
| Modifier and Type | Method and Description |
|---|---|
double |
estimateRowCount(RelMetadataQuery mq)
Returns an estimate of the number of rows this relational expression will
return.
|
static double |
estimateRowCount(RelNode rel)
Deprecated.
|
copy, copy, deriveRowType, explainTerms, getInputs, isHomogeneous, replaceInputaccept, accept, childrenAccept, collectVariablesSet, collectVariablesUsed, computeDigest, computeSelfCost, computeSelfCost, explain, getChildExps, getCluster, getCollationList, getConvention, getCorrelVariable, getDescription, getDigest, getExpectedInputRowType, getId, getInput, getQuery, getRelTypeName, getRows, getRowType, getTable, getTraitSet, getVariablesSet, getVariablesStopped, isDistinct, isKey, isValid, isValid, metadata, onRegister, recomputeDigest, register, sole, toStringprotected Union(RelOptCluster cluster, RelTraitSet traits, List<RelNode> inputs, boolean all)
protected Union(RelInput input)
public double estimateRowCount(RelMetadataQuery mq)
RelNodeNOTE jvs 29-Mar-2006: Don't call this method directly. Instead, use
RelMetadataQuery.getRowCount(org.apache.calcite.rel.RelNode), which gives plugins a chance to
override the rel's default ideas about row count.
estimateRowCount in interface RelNodeestimateRowCount in class AbstractRelNodemq - Metadata query@Deprecated public static double estimateRowCount(RelNode rel)
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.