Class FederationTableStatistic
java.lang.Object
org.apache.shardingsphere.infra.federation.executor.original.FederationTableStatistic
- All Implemented Interfaces:
org.apache.calcite.schema.Statistic
public final class FederationTableStatistic
extends Object
implements org.apache.calcite.schema.Statistic
Statistic of federation table.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FederationTableStatistic
public FederationTableStatistic()
-
-
Method Details
-
getRowCount
- Specified by:
getRowCountin interfaceorg.apache.calcite.schema.Statistic
-
isKey
public boolean isKey(org.apache.calcite.util.ImmutableBitSet columns) - Specified by:
isKeyin interfaceorg.apache.calcite.schema.Statistic
-
getKeys
- Specified by:
getKeysin interfaceorg.apache.calcite.schema.Statistic
-
getReferentialConstraints
- Specified by:
getReferentialConstraintsin interfaceorg.apache.calcite.schema.Statistic
-
getCollations
- Specified by:
getCollationsin interfaceorg.apache.calcite.schema.Statistic
-
getDistribution
public org.apache.calcite.rel.RelDistribution getDistribution()- Specified by:
getDistributionin interfaceorg.apache.calcite.schema.Statistic
-