public class ProjectPlanNode extends UnaryPlanNode
swigCMemOwn| Constructor and Description |
|---|
ProjectPlanNode(long cPtr,
boolean cMemoryOwn) |
ProjectPlanNode(PlanNode node,
String table,
SWIGTYPE_p_std__vectorT_hybridse__node__PlanNode_p_t project_list_vec,
SWIGTYPE_p_std__vectorT_std__pairT_unsigned_int_unsigned_int_t_t pos_mapping) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
boolean |
Equals(PlanNode node) |
protected void |
finalize() |
static long |
getCPtr(ProjectPlanNode obj) |
SWIGTYPE_p_std__vectorT_std__pairT_unsigned_int_unsigned_int_t_t |
getPos_mapping_() |
SWIGTYPE_p_std__vectorT_hybridse__node__PlanNode_p_t |
getProject_list_vec_() |
String |
getTable_() |
boolean |
IsSimpleProjectPlan() |
void |
Print(SWIGTYPE_p_std__ostream output,
String org_tab) |
AddChild, getCPtr, GetDepend, PrintChildrenGetChildren, GetChildrenSize, getCPtr, getType_, GetType, GetTypeNamepublic ProjectPlanNode(long cPtr,
boolean cMemoryOwn)
public ProjectPlanNode(PlanNode node, String table, SWIGTYPE_p_std__vectorT_hybridse__node__PlanNode_p_t project_list_vec, SWIGTYPE_p_std__vectorT_std__pairT_unsigned_int_unsigned_int_t_t pos_mapping)
public static long getCPtr(ProjectPlanNode obj)
protected void finalize()
finalize in class UnaryPlanNodepublic void delete()
delete in class UnaryPlanNodepublic void Print(SWIGTYPE_p_std__ostream output, String org_tab)
Print in class UnaryPlanNodepublic boolean Equals(PlanNode node)
Equals in class UnaryPlanNodepublic String getTable_()
public SWIGTYPE_p_std__vectorT_hybridse__node__PlanNode_p_t getProject_list_vec_()
public SWIGTYPE_p_std__vectorT_std__pairT_unsigned_int_unsigned_int_t_t getPos_mapping_()
public boolean IsSimpleProjectPlan()
Copyright © 2021. All rights reserved.