public class HiveRelMdDistinctRowCount
extends org.apache.calcite.rel.metadata.RelMdDistinctRowCount
Modifier and Type | Field and Description |
---|---|
static org.apache.calcite.rel.metadata.RelMetadataProvider |
SOURCE |
Modifier and Type | Method and Description |
---|---|
org.apache.calcite.plan.RelOptCost |
getCumulativeCost(HiveJoin rel) |
Double |
getDistinctRowCount(org.apache.calcite.rel.core.Join rel,
org.apache.calcite.util.ImmutableBitSet groupKey,
org.apache.calcite.rex.RexNode predicate) |
Double |
getDistinctRowCount(org.apache.calcite.rel.RelNode rel,
org.apache.calcite.util.ImmutableBitSet groupKey,
org.apache.calcite.rex.RexNode predicate) |
static Double |
getDistinctRowCount(org.apache.calcite.rel.RelNode r,
int indx) |
public Double getDistinctRowCount(org.apache.calcite.rel.RelNode rel, org.apache.calcite.util.ImmutableBitSet groupKey, org.apache.calcite.rex.RexNode predicate)
getDistinctRowCount
in class org.apache.calcite.rel.metadata.RelMdDistinctRowCount
public static Double getDistinctRowCount(org.apache.calcite.rel.RelNode r, int indx)
public Double getDistinctRowCount(org.apache.calcite.rel.core.Join rel, org.apache.calcite.util.ImmutableBitSet groupKey, org.apache.calcite.rex.RexNode predicate)
getDistinctRowCount
in class org.apache.calcite.rel.metadata.RelMdDistinctRowCount
public org.apache.calcite.plan.RelOptCost getCumulativeCost(HiveJoin rel)
Copyright © 2017 The Apache Software Foundation. All rights reserved.