public final class FederationTableStatistic extends Object implements org.apache.calcite.schema.Statistic
| Constructor and Description |
|---|
FederationTableStatistic() |
| Modifier and Type | Method and Description |
|---|---|
List<org.apache.calcite.rel.RelCollation> |
getCollations() |
org.apache.calcite.rel.RelDistribution |
getDistribution() |
List<org.apache.calcite.util.ImmutableBitSet> |
getKeys() |
List<org.apache.calcite.rel.RelReferentialConstraint> |
getReferentialConstraints() |
Double |
getRowCount() |
boolean |
isKey(org.apache.calcite.util.ImmutableBitSet columns) |
public Double getRowCount()
getRowCount in interface org.apache.calcite.schema.Statisticpublic boolean isKey(org.apache.calcite.util.ImmutableBitSet columns)
isKey in interface org.apache.calcite.schema.Statisticpublic List<org.apache.calcite.util.ImmutableBitSet> getKeys()
getKeys in interface org.apache.calcite.schema.Statisticpublic List<org.apache.calcite.rel.RelReferentialConstraint> getReferentialConstraints()
getReferentialConstraints in interface org.apache.calcite.schema.Statisticpublic List<org.apache.calcite.rel.RelCollation> getCollations()
getCollations in interface org.apache.calcite.schema.Statisticpublic org.apache.calcite.rel.RelDistribution getDistribution()
getDistribution in interface org.apache.calcite.schema.StatisticCopyright © 2022 The Apache Software Foundation. All rights reserved.