Uses of Class
org.apache.flink.table.planner.plan.rules.physical.batch.PushLocalAggIntoScanRuleBase
Packages that use PushLocalAggIntoScanRuleBase
-
Uses of PushLocalAggIntoScanRuleBase in org.apache.flink.table.planner.plan.rules.physical.batch
Subclasses of PushLocalAggIntoScanRuleBase in org.apache.flink.table.planner.plan.rules.physical.batchModifier and TypeClassDescriptionclassPlanner rule that tries to push a local hash aggregate which without sort into aBatchPhysicalTableSourceScanwhose table is aTableSourceTablewith a source supportingSupportsAggregatePushDown.classPlanner rule that tries to push a local hash aggregate which with calc into aBatchPhysicalTableSourceScanwhose table is aTableSourceTablewith a source supportingSupportsAggregatePushDown.classPlanner rule that tries to push a local sort aggregate which without sort into aBatchPhysicalTableSourceScanwhose table is aTableSourceTablewith a source supportingSupportsAggregatePushDown.classPlanner rule that tries to push a local sort aggregate which without sort into aBatchPhysicalTableSourceScanwhose table is aTableSourceTablewith a source supportingSupportsAggregatePushDown.classPlanner rule that tries to push a local sort aggregate which with sort and calc into aBatchPhysicalTableSourceScanwhose table is aTableSourceTablewith a source supportingSupportsAggregatePushDown.classPlanner rule that tries to push a local sort aggregate which with sort into aBatchPhysicalTableSourceScanwhose table is aTableSourceTablewith a source supportingSupportsAggregatePushDown.