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 Summary
Modifier and TypeMethodDescription@Nullable RelOptPredicateList
default MetadataDef<BuiltInMetadata.AllPredicates>
getDef()
-
Method Details
-
getAllPredicates
-
getDef
- Specified by:
getDef
in interfaceMetadataHandler<BuiltInMetadata.AllPredicates>
-