MCPcopy Create free account
hub / github.com/apache/calcite / getStatistic

Method getStatistic

core/src/main/java/org/apache/calcite/schema/Table.java:63–63  ·  view source on GitHub ↗

Returns a provider of statistics about this table.

()

Source from the content-addressed store, hash-verified

61
62 /** Returns a provider of statistics about this table. */
63 Statistic getStatistic();
64
65 /** Type of table. */
66 Schema.TableType getJdbcTableType();

Callers 15

createMethod · 0.95
createMethod · 0.95
createTableMapMethod · 0.95
createMethod · 0.95
createMethod · 0.65
getRowCountMethod · 0.65
getCollationListMethod · 0.65
getDistributionMethod · 0.65
isKeyMethod · 0.65
getKeysMethod · 0.65

Implementers 15

WrapperTabletestkit/src/main/java/org/apache/calci
NestedCollectionTablecore/src/test/java/org/apache/calcite/
NestedCollectionWithAnyTypeTablecore/src/test/java/org/apache/calcite/
ExplodeTablecore/src/main/java/org/apache/calcite/
GridTablecore/src/main/java/org/apache/calcite/
KafkaStreamTablekafka/src/main/java/org/apache/calcite
CalciteAsserttestkit/src/main/java/org/apache/calci
StatesTableFunctiontestkit/src/main/java/org/apache/calci
CountriesTableFunctiontestkit/src/main/java/org/apache/calci
ProductsTemporalTabletestkit/src/main/java/org/apache/calci
ProductsTabletestkit/src/main/java/org/apache/calci
BaseOrderStreamTabletestkit/src/main/java/org/apache/calci

Calls

no outgoing calls