public static interface BuiltInMetadata.CumulativeCost extends Metadata
| Modifier and Type | Interface and Description |
|---|---|
static interface |
BuiltInMetadata.CumulativeCost.Handler
Handler API.
|
| Modifier and Type | Field and Description |
|---|---|
static MetadataDef<BuiltInMetadata.CumulativeCost> |
DEF |
| Modifier and Type | Method and Description |
|---|---|
RelOptCost |
getCumulativeCost()
Estimates the cost of executing a relational expression, including the
cost of its inputs.
|
static final MetadataDef<BuiltInMetadata.CumulativeCost> DEF
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-2022 Apache Software Foundation. All Rights Reserved.