public class WindowPlanNode extends LeafPlanNode
swigCMemOwn| Constructor and Description |
|---|
WindowPlanNode(int id) |
WindowPlanNode(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
void |
AddUnionTable(PlanNode node) |
void |
delete() |
boolean |
Equals(PlanNode node) |
boolean |
exclude_current_time() |
protected void |
finalize() |
SWIGTYPE_p_FrameNode |
frame_node() |
static long |
getCPtr(WindowPlanNode obj) |
long |
GetEndOffset() |
int |
GetId() |
SWIGTYPE_p_ExprListNode |
GetKeys() |
String |
GetName() |
SWIGTYPE_p_OrderByNode |
GetOrders() |
long |
GetStartOffset() |
boolean |
instance_not_in_window() |
void |
Print(SWIGTYPE_p_std__ostream output,
String org_tab) |
void |
set_exclude_current_time(boolean exclude_current_time) |
void |
set_frame_node(SWIGTYPE_p_FrameNode frame_node) |
void |
set_instance_not_in_window(boolean instance_not_in_window) |
void |
SetKeys(SWIGTYPE_p_ExprListNode keys) |
void |
SetName(String name) |
void |
SetOrders(SWIGTYPE_p_OrderByNode orders) |
SWIGTYPE_p_std__vectorT_hybridse__node__PlanNode_p_t |
union_tables() |
AddChild, getCPtr, PrintChildrenGetChildren, GetChildrenSize, getCPtr, getType_, GetType, GetTypeNamepublic WindowPlanNode(long cPtr,
boolean cMemoryOwn)
public WindowPlanNode(int id)
public static long getCPtr(WindowPlanNode obj)
protected void finalize()
finalize in class LeafPlanNodepublic void delete()
delete in class LeafPlanNodepublic void Print(SWIGTYPE_p_std__ostream output, String org_tab)
public long GetStartOffset()
public long GetEndOffset()
public SWIGTYPE_p_FrameNode frame_node()
public void set_frame_node(SWIGTYPE_p_FrameNode frame_node)
public SWIGTYPE_p_ExprListNode GetKeys()
public SWIGTYPE_p_OrderByNode GetOrders()
public void SetKeys(SWIGTYPE_p_ExprListNode keys)
public void SetOrders(SWIGTYPE_p_OrderByNode orders)
public String GetName()
public void SetName(String name)
public int GetId()
public void AddUnionTable(PlanNode node)
public SWIGTYPE_p_std__vectorT_hybridse__node__PlanNode_p_t union_tables()
public boolean instance_not_in_window()
public void set_instance_not_in_window(boolean instance_not_in_window)
public boolean exclude_current_time()
public void set_exclude_current_time(boolean exclude_current_time)
public boolean Equals(PlanNode node)
Equals in class LeafPlanNodeCopyright © 2021. All rights reserved.