public class PlanNode extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Constructor and Description |
|---|
PlanNode(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AddChild(PlanNode node) |
void |
delete() |
boolean |
Equals(PlanNode that) |
protected void |
finalize() |
SWIGTYPE_p_std__vectorT_hybridse__node__PlanNode_p_t |
GetChildren() |
int |
GetChildrenSize() |
static long |
getCPtr(PlanNode obj) |
PlanType |
getType_() |
PlanType |
GetType() |
String |
GetTypeName() |
void |
Print(SWIGTYPE_p_std__ostream output,
String tab) |
void |
PrintChildren(SWIGTYPE_p_std__ostream output,
String tab) |
public static long getCPtr(PlanNode obj)
public void delete()
public boolean AddChild(PlanNode node)
public PlanType GetType()
public SWIGTYPE_p_std__vectorT_hybridse__node__PlanNode_p_t GetChildren()
public int GetChildrenSize()
public void Print(SWIGTYPE_p_std__ostream output, String tab)
public void PrintChildren(SWIGTYPE_p_std__ostream output, String tab)
public boolean Equals(PlanNode that)
public PlanType getType_()
public String GetTypeName()
Copyright © 2021. All rights reserved.