public class BinaryPlanNode extends PlanNode
swigCMemOwn| Constructor and Description |
|---|
BinaryPlanNode(long cPtr,
boolean cMemoryOwn) |
BinaryPlanNode(PlanType type) |
BinaryPlanNode(PlanType type,
PlanNode left,
PlanNode right) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AddChild(PlanNode node) |
void |
delete() |
boolean |
Equals(PlanNode that) |
protected void |
finalize() |
static long |
getCPtr(BinaryPlanNode obj) |
PlanNode |
GetLeft() |
PlanNode |
GetRight() |
void |
Print(SWIGTYPE_p_std__ostream output,
String org_tab) |
void |
PrintChildren(SWIGTYPE_p_std__ostream output,
String tab) |
GetChildren, GetChildrenSize, getCPtr, getType_, GetType, GetTypeNamepublic BinaryPlanNode(long cPtr,
boolean cMemoryOwn)
public BinaryPlanNode(PlanType type)
public static long getCPtr(BinaryPlanNode obj)
public void Print(SWIGTYPE_p_std__ostream output, String org_tab)
public void PrintChildren(SWIGTYPE_p_std__ostream output, String tab)
PrintChildren in class PlanNodepublic PlanNode GetLeft()
public PlanNode GetRight()
Copyright © 2021. All rights reserved.