public static class FirstValueWithRetractAggFunction.FirstValueWithRetractAccumulator<T> extends Object
| Modifier and Type | Field and Description |
|---|---|
Long |
firstOrder |
T |
firstValue |
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 |
|---|
FirstValueWithRetractAccumulator() |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.