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 thisDbGroupScan
Methods in org.apache.drill.exec.physical.base with parameters of type StatisticsModifier and TypeMethodDescriptionvoid
IndexGroupScan.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 TypeMethodDescriptionvoid
IndexProperties.setProperties
(Map<LogicalExpression, org.apache.calcite.rex.RexNode> prefixMap, boolean satisfiesCollation, org.apache.calcite.rex.RexNode indexColumnsRemainderFilter, Statistics stats) void
IndexSelector.DrillIndexProperties.setProperties
(Map<LogicalExpression, org.apache.calcite.rex.RexNode> prefixMap, boolean satisfiesCollation, org.apache.calcite.rex.RexNode indexColumnsRemainderFilter, Statistics stats)