public class WindowDefNode extends SqlNode
swigCMemOwn| Constructor and Description |
|---|
WindowDefNode() |
WindowDefNode(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CanMergeWith(WindowDefNode that) |
boolean |
CanMergeWith(WindowDefNode that,
boolean enable_window_maxsize_merged) |
void |
delete() |
boolean |
Equals(SqlNode that) |
boolean |
exclude_current_time() |
protected void |
finalize() |
static long |
getCPtr(WindowDefNode obj) |
FrameNode |
GetFrame() |
String |
GetName() |
OrderByNode |
GetOrders() |
ExprListNode |
GetPartitions() |
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_instance_not_in_window(boolean instance_not_in_window) |
void |
set_union_tables(SqlNodeList union_table) |
void |
SetFrame(FrameNode frame) |
void |
SetName(String name) |
void |
SetOrders(OrderByNode orders) |
void |
SetPartitions(ExprListNode partitions) |
SqlNodeList |
union_tables() |
getCPtr, GetLineNum, GetLocation, getType_, GetType, GetTypeName, setType_public WindowDefNode(long cPtr,
boolean cMemoryOwn)
public WindowDefNode()
public static long getCPtr(WindowDefNode obj)
public String GetName()
public void SetName(String name)
public ExprListNode GetPartitions()
public OrderByNode GetOrders()
public FrameNode GetFrame()
public void SetPartitions(ExprListNode partitions)
public void SetOrders(OrderByNode orders)
public void SetFrame(FrameNode frame)
public SqlNodeList union_tables()
public void set_union_tables(SqlNodeList union_table)
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 void Print(SWIGTYPE_p_std__ostream output, String org_tab)
public boolean CanMergeWith(WindowDefNode that, boolean enable_window_maxsize_merged)
public boolean CanMergeWith(WindowDefNode that)
Copyright © 2021. All rights reserved.