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 for value depending on actual call in the query.
  • Field Details

    • value

      public T value
    • date

      public LocalDate date
  • Constructor Details

    • Accumulator

      public Accumulator()