public class ProjectNode extends LeafPlanNode
swigCMemOwn| Constructor and Description |
|---|
ProjectNode(int pos,
String name,
boolean is_aggregation,
ExprNode expression,
FrameNode frame) |
ProjectNode(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
boolean |
Equals(PlanNode node) |
protected void |
finalize() |
FrameNode |
frame() |
static long |
getCPtr(ProjectNode obj) |
ExprNode |
GetExpression() |
boolean |
getIs_aggregation_() |
String |
GetName() |
int |
GetPos() |
void |
Print(SWIGTYPE_p_std__ostream output,
String orgTab) |
void |
set_frame(FrameNode frame) |
void |
SetExpression(ExprNode expr) |
AddChild, getCPtr, PrintChildrenGetChildren, GetChildrenSize, getCPtr, getType_, GetType, GetTypeNamepublic static long getCPtr(ProjectNode obj)
protected void finalize()
finalize in class LeafPlanNodepublic void delete()
delete in class LeafPlanNodepublic void Print(SWIGTYPE_p_std__ostream output, String orgTab)
public int GetPos()
public String GetName()
public ExprNode GetExpression()
public void SetExpression(ExprNode expr)
public FrameNode frame()
public void set_frame(FrameNode frame)
public boolean Equals(PlanNode node)
Equals in class LeafPlanNodepublic boolean getIs_aggregation_()
Copyright © 2021. All rights reserved.