Class FirstValueWithRetractAggFunction.FirstValueWithRetractAccumulator<T>
- java.lang.Object
-
- org.apache.flink.table.runtime.functions.aggregate.FirstValueWithRetractAggFunction.FirstValueWithRetractAccumulator<T>
-
- Enclosing class:
- FirstValueWithRetractAggFunction<T>
public static class FirstValueWithRetractAggFunction.FirstValueWithRetractAccumulator<T> extends Object
Accumulator for FIRST_VALUE.
-
-
Field Summary
Fields Modifier and Type Field Description LongfirstOrderTfirstValueorg.apache.flink.table.api.dataview.MapView<Long,List<T>>orderToValueMaporg.apache.flink.table.api.dataview.MapView<T,List<Long>>valueToOrderMap
-
Constructor Summary
Constructors Constructor Description FirstValueWithRetractAccumulator()
-