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