public static interface BuiltInMetadata.MaxRowCount extends Metadata
| Modifier and Type | Interface and Description |
|---|---|
static interface |
BuiltInMetadata.MaxRowCount.Handler
Handler API.
|
| Modifier and Type | Field and Description |
|---|---|
static MetadataDef<BuiltInMetadata.MaxRowCount> |
DEF |
| Modifier and Type | Method and Description |
|---|---|
@Nullable Double |
getMaxRowCount()
Estimates the max number of rows which will be returned by a relational
expression.
|
static final MetadataDef<BuiltInMetadata.MaxRowCount> DEF
@Nullable Double getMaxRowCount()
The default implementation for this query returns
Double.POSITIVE_INFINITY,
but metadata providers can override this with their own cost models.
Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.