Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testArrayFieldTableHasRowCount
Method · 0.95
testCollectionFieldTableHasRowCount
Method · 0.95
create
Method · 0.95
create
Method · 0.95
createTableMap
Method · 0.95
create
Method · 0.95
create
Method · 0.65
getRowCount
Method · 0.65
getCollationList
Method · 0.65
getDistribution
Method · 0.65
isKey
Method · 0.65
getKeys
Method · 0.65
Implementers
15
WrapperTable
testkit/src/main/java/org/apache/calci
NestedCollectionTable
core/src/test/java/org/apache/calcite/
NestedCollectionWithAnyTypeTable
core/src/test/java/org/apache/calcite/
ExplodeTable
core/src/main/java/org/apache/calcite/
GridTable
core/src/main/java/org/apache/calcite/
KafkaStreamTable
kafka/src/main/java/org/apache/calcite
CalciteAssert
testkit/src/main/java/org/apache/calci
StatesTableFunction
testkit/src/main/java/org/apache/calci
CountriesTableFunction
testkit/src/main/java/org/apache/calci
ProductsTemporalTable
testkit/src/main/java/org/apache/calci
ProductsTable
testkit/src/main/java/org/apache/calci
BaseOrderStreamTable
testkit/src/main/java/org/apache/calci
Calls
no outgoing calls
Tested by
2
testArrayFieldTableHasRowCount
Method · 0.76
testCollectionFieldTableHasRowCount
Method · 0.76