| Constructor and Description |
|---|
WindowKey(long window,
org.apache.flink.table.data.RowData key) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
org.apache.flink.table.data.RowData |
getKey() |
long |
getWindow() |
int |
hashCode() |
WindowKey |
replace(long window,
org.apache.flink.table.data.RowData key)
Replace the currently stored key and window by the given new key and new window.
|
public WindowKey replace(long window, org.apache.flink.table.data.RowData key)
public long getWindow()
public org.apache.flink.table.data.RowData getKey()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.