Package org.apache.calcite.rel.metadata
Interface BuiltInMetadata.AllPredicates.Handler
- All Superinterfaces:
- MetadataHandler<BuiltInMetadata.AllPredicates>
- Enclosing interface:
- BuiltInMetadata.AllPredicates
- 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.AllPredicates.Handler
extends MetadataHandler<BuiltInMetadata.AllPredicates>
Handler API.
- 
Method SummaryModifier and TypeMethodDescription@Nullable RelOptPredicateListdefault MetadataDef<BuiltInMetadata.AllPredicates>getDef()
- 
Method Details- 
getAllPredicates
- 
getDef- Specified by:
- getDefin interface- MetadataHandler<BuiltInMetadata.AllPredicates>
 
 
-