Class LastDatedValueFunction.Accumulator<T>
- java.lang.Object
-
- org.apache.flink.table.examples.java.functions.LastDatedValueFunction.Accumulator<T>
-
- Enclosing class:
- LastDatedValueFunction<T>
public static class LastDatedValueFunction.Accumulator<T> extends Object
Generic accumulator for representing state. It will contain different kind of instances forvalue
depending on actual call in the query.
-
-
Constructor Summary
Constructors Constructor Description Accumulator()
-