public static class FirstValueWithRetractAggFunction.FirstValueWithRetractAccumulator<T> extends Object
Modifier and Type | Field and Description |
---|---|
Long |
firstOrder |
T |
firstValue |
MapView<Long,List<T>> |
orderToValueMap |
MapView<T,List<Long>> |
valueToOrderMap |
Constructor and Description |
---|
FirstValueWithRetractAccumulator() |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.