| Modifier and Type | Field and Description |
|---|---|
static Statistic |
UNKNOWN
Returns a
Statistic that knows nothing about a table. |
| Modifier and Type | Method and Description |
|---|---|
static Statistic |
of(double rowCount,
List<ImmutableBitSet> keys)
Returns a statistic with a given row count and set of unique keys.
|
static Statistic |
of(double rowCount,
List<ImmutableBitSet> keys,
List<RelCollation> collations)
Returns a statistic with a given row count and set of unique keys.
|
public static Statistic of(double rowCount, List<ImmutableBitSet> keys)
public static Statistic of(double rowCount, List<ImmutableBitSet> keys, List<RelCollation> collations)
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.