public class RelMdLowerBoundCost extends Object implements MetadataHandler<BuiltInMetadata.LowerBoundCost>
BuiltInMetadata.LowerBoundCost
metadata provider for the standard algebra.| Modifier and Type | Field and Description |
|---|---|
static RelMetadataProvider |
SOURCE |
| Modifier | Constructor and Description |
|---|---|
protected |
RelMdLowerBoundCost() |
| Modifier and Type | Method and Description |
|---|---|
MetadataDef<BuiltInMetadata.LowerBoundCost> |
getDef() |
@Nullable RelOptCost |
getLowerBoundCost(RelNode node,
RelMetadataQuery mq,
VolcanoPlanner planner) |
@Nullable RelOptCost |
getLowerBoundCost(RelSubset subset,
RelMetadataQuery mq,
VolcanoPlanner planner) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandlerMethodspublic static final RelMetadataProvider SOURCE
public MetadataDef<BuiltInMetadata.LowerBoundCost> getDef()
getDef in interface MetadataHandler<BuiltInMetadata.LowerBoundCost>public @Nullable RelOptCost getLowerBoundCost(RelSubset subset, RelMetadataQuery mq, VolcanoPlanner planner)
public @Nullable RelOptCost getLowerBoundCost(RelNode node, RelMetadataQuery mq, VolcanoPlanner planner)
Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.