| Package | Description |
|---|---|
| org.apache.calcite.adapter.clone |
Provides utility classes.
|
| org.apache.calcite.adapter.java |
Query provider based on Java in-memory data
structures.
|
| org.apache.calcite.schema |
Schema SPI.
|
| org.apache.calcite.schema.impl |
Utilities to help implement Calcite's SPIs.
|
| Modifier and Type | Method and Description |
|---|---|
Statistic |
ArrayTable.getStatistic() |
Statistic |
ListTable.getStatistic() |
| Modifier and Type | Field and Description |
|---|---|
private Statistic |
ReflectiveSchema.FieldTable.statistic |
| Modifier and Type | Method and Description |
|---|---|
Statistic |
ReflectiveSchema.ReflectiveTable.getStatistic() |
Statistic |
ReflectiveSchema.FieldTable.getStatistic() |
| Constructor and Description |
|---|
FieldTable(Field field,
Type elementType,
Enumerable<T> enumerable,
Statistic statistic) |
| 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, set of unique keys,
and collations.
|
static Statistic |
Statistics.of(Double rowCount,
List<ImmutableBitSet> keys,
List<RelReferentialConstraint> referentialConstraints,
List<RelCollation> collations)
Returns a statistic with a given row count, set of unique keys,
referential constraints, and collations.
|
static Statistic |
Statistics.of(List<RelReferentialConstraint> referentialConstraints)
Returns a statistic with a given set of referential constraints.
|
| Modifier and Type | Method and Description |
|---|---|
Statistic |
AbstractTable.getStatistic() |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.