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() |
RelOptCost |
getLowerBoundCost(RelNode node,
RelMetadataQuery mq,
VolcanoPlanner planner) |
RelOptCost |
getLowerBoundCost(RelSubset subset,
RelMetadataQuery mq,
VolcanoPlanner planner) |
public static final RelMetadataProvider SOURCE
public MetadataDef<BuiltInMetadata.LowerBoundCost> getDef()
getDef in interface MetadataHandler<BuiltInMetadata.LowerBoundCost>public RelOptCost getLowerBoundCost(RelSubset subset, RelMetadataQuery mq, VolcanoPlanner planner)
public RelOptCost getLowerBoundCost(RelNode node, RelMetadataQuery mq, VolcanoPlanner planner)
Copyright © 2012-2020 Apache Software Foundation. All Rights Reserved.