public static interface BuiltInMetadata.RowCount extends Metadata
| Modifier and Type | Interface and Description |
|---|---|
static interface |
BuiltInMetadata.RowCount.Handler
Handler API.
|
| Modifier and Type | Field and Description |
|---|---|
static MetadataDef<BuiltInMetadata.RowCount> |
DEF |
| Modifier and Type | Method and Description |
|---|---|
@Nullable Double |
getRowCount()
Estimates the number of rows which will be returned by a relational
expression.
|
static final MetadataDef<BuiltInMetadata.RowCount> DEF
@Nullable Double getRowCount()
RelNode.estimateRowCount(org.apache.calcite.rel.metadata.RelMetadataQuery), but metadata providers can override this
with their own cost models.Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.