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 DoublegetPopulationSize(RelNode r, RelMetadataQuery mq, ImmutableBitSet groupKey)
-
Method Details
-
getPopulationSize
-
getDef
- Specified by:
getDefin interfaceMetadataHandler<BuiltInMetadata.PopulationSize>
-