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