Uses of Interface
org.apache.drill.exec.planner.index.Statistics
Packages that use Statistics
-
Uses of Statistics in org.apache.drill.exec.physical.base
Methods in org.apache.drill.exec.physical.base that return StatisticsModifier and TypeMethodDescriptionDbGroupScan.getStatistics()Get the statistics for thisDbGroupScanMethods in org.apache.drill.exec.physical.base with parameters of type StatisticsModifier and TypeMethodDescriptionvoidIndexGroupScan.setStatistics(Statistics statistics) Set the statistics forIndexGroupScan -
Uses of Statistics in org.apache.drill.exec.planner.index
Methods in org.apache.drill.exec.planner.index with parameters of type StatisticsModifier and TypeMethodDescriptionvoidIndexProperties.setProperties(Map<LogicalExpression, org.apache.calcite.rex.RexNode> prefixMap, boolean satisfiesCollation, org.apache.calcite.rex.RexNode indexColumnsRemainderFilter, Statistics stats) voidIndexSelector.DrillIndexProperties.setProperties(Map<LogicalExpression, org.apache.calcite.rex.RexNode> prefixMap, boolean satisfiesCollation, org.apache.calcite.rex.RexNode indexColumnsRemainderFilter, Statistics stats)