public static class LastValueWithRetractAggFunction.LastValueWithRetractAccumulator<T> extends Object
| Modifier and Type | Field and Description |
|---|---|
Long |
lastOrder |
T |
lastValue |
org.apache.flink.table.api.dataview.MapView<Long,List<T>> |
orderToValueMap |
org.apache.flink.table.api.dataview.MapView<T,List<Long>> |
valueToOrderMap |
| Constructor and Description |
|---|
LastValueWithRetractAccumulator() |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.