Package io.trino.sql.planner.plan
Class StatisticsWriterNode
java.lang.Object
io.trino.sql.planner.plan.PlanNode
io.trino.sql.planner.plan.StatisticsWriterNode
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic class -
Constructor Summary
ConstructorsConstructorDescriptionStatisticsWriterNode(PlanNodeId id, PlanNode source, StatisticsWriterNode.WriteStatisticsTarget target, Symbol rowCountSymbol, boolean rowCountEnabled, StatisticAggregationsDescriptor<Symbol> descriptor) -
Method Summary
Modifier and TypeMethodDescription<R,C> R accept(PlanVisitor<R, C> visitor, C context) booleanreplaceChildren(List<PlanNode> newChildren)
-
Constructor Details
-
StatisticsWriterNode
public StatisticsWriterNode(PlanNodeId id, PlanNode source, StatisticsWriterNode.WriteStatisticsTarget target, Symbol rowCountSymbol, boolean rowCountEnabled, StatisticAggregationsDescriptor<Symbol> descriptor)
-
-
Method Details
-
getSource
-
getTarget
-
getDescriptor
-
getRowCountSymbol
-
isRowCountEnabled
public boolean isRowCountEnabled() -
getSources
- Specified by:
getSourcesin classPlanNode
-
getOutputSymbols
- Specified by:
getOutputSymbolsin classPlanNode
-
replaceChildren
- Specified by:
replaceChildrenin classPlanNode
-
accept
-