@Immutable public class TableFinishNode extends PlanNode
Constructor and Description |
---|
TableFinishNode(PlanNodeId id,
PlanNode source,
TableWriterNode.WriterTarget target,
Symbol rowCountSymbol,
Optional<StatisticAggregations> statisticsAggregation,
Optional<StatisticAggregationsDescriptor<Symbol>> statisticsAggregationDescriptor) |
Modifier and Type | Method and Description |
---|---|
<R,C> R |
accept(PlanVisitor<R,C> visitor,
C context) |
List<Symbol> |
getOutputSymbols() |
Symbol |
getRowCountSymbol() |
PlanNode |
getSource() |
List<PlanNode> |
getSources() |
Optional<StatisticAggregations> |
getStatisticsAggregation() |
Optional<StatisticAggregationsDescriptor<Symbol>> |
getStatisticsAggregationDescriptor() |
TableWriterNode.WriterTarget |
getTarget() |
PlanNode |
replaceChildren(List<PlanNode> newChildren) |
public TableFinishNode(PlanNodeId id, PlanNode source, TableWriterNode.WriterTarget target, Symbol rowCountSymbol, Optional<StatisticAggregations> statisticsAggregation, Optional<StatisticAggregationsDescriptor<Symbol>> statisticsAggregationDescriptor)
public PlanNode getSource()
public TableWriterNode.WriterTarget getTarget()
public Symbol getRowCountSymbol()
public Optional<StatisticAggregations> getStatisticsAggregation()
public Optional<StatisticAggregationsDescriptor<Symbol>> getStatisticsAggregationDescriptor()
public List<PlanNode> getSources()
getSources
in class PlanNode
public List<Symbol> getOutputSymbols()
getOutputSymbols
in class PlanNode
public <R,C> R accept(PlanVisitor<R,C> visitor, C context)
public PlanNode replaceChildren(List<PlanNode> newChildren)
replaceChildren
in class PlanNode
Copyright © 2012–2019. All rights reserved.