SafeSqlizableNamedWindowpublic class Window extends java.lang.Object implements SafeSqlizable
| Modifier | Constructor | Description |
|---|---|---|
protected |
Window() |
|
|
Window(java.util.List<Operand> partition) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
addPartition(Operand operand) |
|
void |
appendTo(SafeSqlBuilder builder) |
|
java.util.List<Operand> |
getPartition() |
|
void |
setPartition(java.util.List<Operand> newPartitions) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoSafeSqlprotected Window()
public Window(java.util.List<Operand> partition)
public java.util.List<Operand> getPartition()
public void setPartition(java.util.List<Operand> newPartitions)
public void addPartition(Operand operand)
public void appendTo(SafeSqlBuilder builder)
appendTo in interface SafeSqlizableCopyright © 2018. All rights reserved.