Package org.apache.calcite.rel.metadata
Interface BuiltInMetadata.PopulationSize.Handler
- All Superinterfaces:
MetadataHandler<BuiltInMetadata.PopulationSize>
- Enclosing interface:
BuiltInMetadata.PopulationSize
- 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.PopulationSize.Handler
extends MetadataHandler<BuiltInMetadata.PopulationSize>
Handler API.
-
Method Summary
Modifier and TypeMethodDescriptiongetDef()
@Nullable Double
getPopulationSize
(RelNode r, RelMetadataQuery mq, ImmutableBitSet groupKey)
-
Method Details
-
getPopulationSize
-
getDef
- Specified by:
getDef
in interfaceMetadataHandler<BuiltInMetadata.PopulationSize>
-