Package org.apache.calcite.rel.metadata
Interface BuiltInMetadata.LowerBoundCost.Handler
- All Superinterfaces:
 MetadataHandler<BuiltInMetadata.LowerBoundCost>
- Enclosing interface:
 BuiltInMetadata.LowerBoundCost
- Functional Interface:
 - This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
 
@FunctionalInterface
public static interface BuiltInMetadata.LowerBoundCost.Handler
extends MetadataHandler<BuiltInMetadata.LowerBoundCost>
Handler API.
- 
Method Summary
Modifier and TypeMethodDescriptiongetDef()getLowerBoundCost(RelNode r, RelMetadataQuery mq, VolcanoPlanner planner)  
- 
Method Details
- 
getLowerBoundCost
 - 
getDef
- Specified by:
 getDefin interfaceMetadataHandler<BuiltInMetadata.LowerBoundCost>
 
 -