| Package | Description |
|---|---|
| org.apache.calcite.schema |
Schema SPI.
|
| org.apache.calcite.schema.impl |
Utilities to help implement Calcite's SPIs.
|
| Modifier and Type | Field and Description |
|---|---|
static Statistic |
Statistics.UNKNOWN
Returns a
Statistic that knows nothing about a table. |
| Modifier and Type | Method and Description |
|---|---|
Statistic |
Table.getStatistic()
Returns a provider of statistics about this table.
|
static Statistic |
Statistics.of(double rowCount,
List<ImmutableBitSet> keys)
Returns a statistic with a given row count and set of unique keys.
|
static Statistic |
Statistics.of(double rowCount,
List<ImmutableBitSet> keys,
List<RelCollation> collations)
Returns a statistic with a given row count and set of unique keys.
|
| Modifier and Type | Method and Description |
|---|---|
Statistic |
AbstractTable.getStatistic() |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.