public static interface BuiltInMetadata.PercentageOriginalRows extends Metadata
| Modifier and Type | Interface and Description |
|---|---|
static interface |
BuiltInMetadata.PercentageOriginalRows.Handler
Handler API.
|
| Modifier and Type | Field and Description |
|---|---|
static MetadataDef<BuiltInMetadata.PercentageOriginalRows> |
DEF |
| Modifier and Type | Method and Description |
|---|---|
@Nullable Double |
getPercentageOriginalRows()
Estimates the percentage of the number of rows actually produced by a
relational expression out of the number of rows it would produce if all
single-table filter conditions were removed.
|
static final MetadataDef<BuiltInMetadata.PercentageOriginalRows> DEF
@Nullable Double getPercentageOriginalRows()
Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.