public static interface BuiltInMetadata.CumulativeCost extends Metadata
| Modifier and Type | Method and Description |
|---|---|
RelOptCost |
getCumulativeCost()
Estimates the cost of executing a relational expression, including the
cost of its inputs.
|
RelOptCost getCumulativeCost()
BuiltInMetadata.NonCumulativeCost.getNonCumulativeCost() to the cumulative cost of
each input, but metadata providers can override this with their own cost
models, e.g. to take into account interactions between expressions.Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.