public class JoinPlanNode extends BinaryPlanNode
swigCMemOwn| Constructor and Description |
|---|
JoinPlanNode(long cPtr,
boolean cMemoryOwn) |
JoinPlanNode(PlanNode left,
PlanNode right,
JoinType join_type,
SWIGTYPE_p_OrderByNode orders,
SWIGTYPE_p_ExprNode expression) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
boolean |
Equals(PlanNode that) |
protected void |
finalize() |
SWIGTYPE_p_ExprNode |
getCondition_() |
static long |
getCPtr(JoinPlanNode obj) |
JoinType |
getJoin_type_() |
SWIGTYPE_p_OrderByNode |
getOrders_() |
void |
Print(SWIGTYPE_p_std__ostream output,
String org_tab) |
void |
setCondition_(SWIGTYPE_p_ExprNode value) |
void |
setOrders_(SWIGTYPE_p_OrderByNode value) |
AddChild, getCPtr, GetLeft, GetRight, PrintChildrenGetChildren, GetChildrenSize, getCPtr, getType_, GetType, GetTypeNamepublic JoinPlanNode(long cPtr,
boolean cMemoryOwn)
public JoinPlanNode(PlanNode left, PlanNode right, JoinType join_type, SWIGTYPE_p_OrderByNode orders, SWIGTYPE_p_ExprNode expression)
public static long getCPtr(JoinPlanNode obj)
protected void finalize()
finalize in class BinaryPlanNodepublic void delete()
delete in class BinaryPlanNodepublic void Print(SWIGTYPE_p_std__ostream output, String org_tab)
Print in class BinaryPlanNodepublic boolean Equals(PlanNode that)
Equals in class BinaryPlanNodepublic JoinType getJoin_type_()
public void setOrders_(SWIGTYPE_p_OrderByNode value)
public SWIGTYPE_p_OrderByNode getOrders_()
public void setCondition_(SWIGTYPE_p_ExprNode value)
public SWIGTYPE_p_ExprNode getCondition_()
Copyright © 2021. All rights reserved.