public class HiveRelMdCost extends Object
Constructor and Description |
---|
HiveRelMdCost(HiveCostModel hiveCostModel) |
Modifier and Type | Method and Description |
---|---|
org.apache.calcite.rel.metadata.RelMetadataProvider |
getMetadataProvider() |
org.apache.calcite.plan.RelOptCost |
getNonCumulativeCost(HiveAggregate aggregate) |
org.apache.calcite.plan.RelOptCost |
getNonCumulativeCost(HiveJoin join) |
org.apache.calcite.plan.RelOptCost |
getNonCumulativeCost(HiveTableScan ts) |
org.apache.calcite.plan.RelOptCost |
getNonCumulativeCost(org.apache.calcite.rel.RelNode rel) |
public HiveRelMdCost(HiveCostModel hiveCostModel)
public org.apache.calcite.rel.metadata.RelMetadataProvider getMetadataProvider()
public org.apache.calcite.plan.RelOptCost getNonCumulativeCost(HiveAggregate aggregate)
public org.apache.calcite.plan.RelOptCost getNonCumulativeCost(HiveJoin join)
public org.apache.calcite.plan.RelOptCost getNonCumulativeCost(HiveTableScan ts)
public org.apache.calcite.plan.RelOptCost getNonCumulativeCost(org.apache.calcite.rel.RelNode rel)
Copyright © 2017 The Apache Software Foundation. All rights reserved.