public static interface BuiltInMetadata.PopulationSize extends Metadata
| Modifier and Type | Method and Description |
|---|---|
Double |
getPopulationSize(ImmutableBitSet groupKey)
Estimates the distinct row count in the original source for the given
groupKey, ignoring any filtering being applied by the expression. |
Double getPopulationSize(ImmutableBitSet groupKey)
groupKey, ignoring any filtering being applied by the expression.
Typically, "original source" means base table, but for derived columns,
the estimate may come from a non-leaf rel such as a LogicalProject.groupKey - column mask representing the subset of columns for which
the row count will be determinedCopyright © 2012–2015 The Apache Software Foundation. All rights reserved.