public interface IndexStatistics
Modifier and Type | Method and Description |
---|---|
List<org.apache.calcite.rel.RelCollation> |
getCollations()
Returns the collections of columns on which this table is sorted.
|
org.apache.calcite.rel.RelDistribution |
getDistribution()
Returns the distribution of the data in query result table.
|
double |
getRowCount()
Returns the approximate number of rows in the table.
|
double getRowCount()
List<org.apache.calcite.rel.RelCollation> getCollations()
org.apache.calcite.rel.RelDistribution getDistribution()
Copyright © 1970 The Apache Software Foundation. All rights reserved.