public static interface BuiltInMetadata.NonCumulativeCost extends Metadata
| Modifier and Type | Method and Description |
|---|---|
RelOptCost |
getNonCumulativeCost()
Estimates the cost of executing a relational expression, not counting the
cost of its inputs.
|
RelOptCost getNonCumulativeCost()
RelNode.computeSelfCost(org.apache.calcite.plan.RelOptPlanner),
but metadata providers can override this with their own cost models.Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.