Package org.apache.calcite.rel.metadata
Interface BuiltInMetadata.Collation.Handler
- All Superinterfaces:
MetadataHandler<BuiltInMetadata.Collation>
- Enclosing interface:
BuiltInMetadata.Collation
- 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.Collation.Handler
extends MetadataHandler<BuiltInMetadata.Collation>
Handler API.
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList<RelCollation>
collations
(RelNode r, RelMetadataQuery mq) default MetadataDef<BuiltInMetadata.Collation>
getDef()
-
Method Details
-
collations
-
getDef
- Specified by:
getDef
in interfaceMetadataHandler<BuiltInMetadata.Collation>
-