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 |
|---|---|
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
Double getPercentageOriginalRows()
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.