| 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,
@Nullable List<ImmutableBitSet> keys)
Returns a statistic with a given row count and set of unique keys.
|
static Statistic |
of(double rowCount,
@Nullable List<ImmutableBitSet> keys,
@Nullable List<RelCollation> collations)
Returns a statistic with a given row count, set of unique keys,
and collations.
|
static Statistic |
of(@Nullable Double rowCount,
@Nullable List<ImmutableBitSet> keys,
@Nullable List<RelReferentialConstraint> referentialConstraints,
@Nullable List<RelCollation> collations)
Returns a statistic with a given row count, set of unique keys,
referential constraints, and collations.
|
static Statistic |
of(@Nullable List<RelReferentialConstraint> referentialConstraints)
Returns a statistic with a given set of referential constraints.
|
public static Statistic of(@Nullable List<RelReferentialConstraint> referentialConstraints)
public static Statistic of(double rowCount, @Nullable List<ImmutableBitSet> keys)
public static Statistic of(double rowCount, @Nullable List<ImmutableBitSet> keys, @Nullable List<RelCollation> collations)
public static Statistic of(@Nullable Double rowCount, @Nullable List<ImmutableBitSet> keys, @Nullable List<RelReferentialConstraint> referentialConstraints, @Nullable List<RelCollation> collations)
Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.