public class StatsCollector extends AbstractOpWrapperVisitor<Void,RuntimeException>
| Constructor and Description |
|---|
StatsCollector(PlanningSet planningSet) |
| Modifier and Type | Method and Description |
|---|---|
Void |
visitGroupScan(GroupScan groupScan,
Wrapper wrapper) |
Void |
visitOp(PhysicalOperator op,
Wrapper wrapper) |
Void |
visitReceivingExchange(Exchange exchange,
Wrapper wrapper) |
Void |
visitSendingExchange(Exchange exchange,
Wrapper wrapper) |
Void |
visitStore(Store store,
Wrapper wrapper) |
visitExchangevisitBroadcastSender, visitChildren, visitFilter, visitFlatten, visitHashAggregate, visitHashPartitionSender, visitHashPartitionSender, visitIteratorValidator, visitLateralJoin, visitLimit, visitMergingReceiver, visitOrderedPartitionSender, visitProducerConsumer, visitProject, visitRangePartitionSender, visitReceiver, visitRowKeyJoin, visitScreen, visitSender, visitSingleSender, visitSort, visitStatisticsAggregate, visitStatisticsMerge, visitStreamingAggregate, visitSubScan, visitTrace, visitUnion, visitUnnest, visitUnorderedReceiver, visitUnpivot, visitValues, visitWindowFrame, visitWriterpublic StatsCollector(PlanningSet planningSet)
public Void visitSendingExchange(Exchange exchange, Wrapper wrapper) throws RuntimeException
visitSendingExchange in class AbstractOpWrapperVisitor<Void,RuntimeException>RuntimeExceptionpublic Void visitReceivingExchange(Exchange exchange, Wrapper wrapper) throws RuntimeException
visitReceivingExchange in class AbstractOpWrapperVisitor<Void,RuntimeException>RuntimeExceptionpublic Void visitGroupScan(GroupScan groupScan, Wrapper wrapper)
visitGroupScan in interface PhysicalVisitor<Void,Wrapper,RuntimeException>visitGroupScan in class AbstractPhysicalVisitor<Void,Wrapper,RuntimeException>public Void visitStore(Store store, Wrapper wrapper)
visitStore in interface PhysicalVisitor<Void,Wrapper,RuntimeException>visitStore in class AbstractPhysicalVisitor<Void,Wrapper,RuntimeException>public Void visitOp(PhysicalOperator op, Wrapper wrapper)
visitOp in interface PhysicalVisitor<Void,Wrapper,RuntimeException>visitOp in class AbstractPhysicalVisitor<Void,Wrapper,RuntimeException>Copyright © 2021 The Apache Software Foundation. All rights reserved.