public interface Statistic
Table.
Each of the methods may return null meaning "not known".
Statistics| Modifier and Type | Method and Description |
|---|---|
List<RelCollation> |
getCollations()
Returns the collections of columns on which this table is sorted.
|
RelDistribution |
getDistribution()
Returns the distribution of the data in this table.
|
Double |
getRowCount()
Returns the approximate number of rows in the table.
|
boolean |
isKey(ImmutableBitSet columns)
Returns whether the given set of columns is a unique key, or a superset
of a unique key, of the table.
|
Double getRowCount()
boolean isKey(ImmutableBitSet columns)
List<RelCollation> getCollations()
RelDistribution getDistribution()
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.