@Immutable public class ValuesNode extends PlanNode
| Constructor and Description |
|---|
ValuesNode(PlanNodeId id,
List<Symbol> outputSymbols,
List<List<Expression>> rows) |
| Modifier and Type | Method and Description |
|---|---|
<R,C> R |
accept(PlanVisitor<R,C> visitor,
C context) |
List<Symbol> |
getOutputSymbols() |
List<List<Expression>> |
getRows() |
List<PlanNode> |
getSources() |
PlanNode |
replaceChildren(List<PlanNode> newChildren) |
public ValuesNode(PlanNodeId id, List<Symbol> outputSymbols, List<List<Expression>> rows)
public List<Symbol> getOutputSymbols()
getOutputSymbols in class PlanNodepublic List<List<Expression>> getRows()
public List<PlanNode> getSources()
getSources in class PlanNodepublic <R,C> R accept(PlanVisitor<R,C> visitor, C context)
public PlanNode replaceChildren(List<PlanNode> newChildren)
replaceChildren in class PlanNodeCopyright © 2012–2019. All rights reserved.