Uses of Class
org.apache.flink.table.examples.java.functions.LastDatedValueFunction.Accumulator
Packages that use LastDatedValueFunction.Accumulator
-
Uses of LastDatedValueFunction.Accumulator in org.apache.flink.table.examples.java.functions
Methods in org.apache.flink.table.examples.java.functions that return LastDatedValueFunction.AccumulatorMethods in org.apache.flink.table.examples.java.functions with parameters of type LastDatedValueFunction.AccumulatorModifier and TypeMethodDescriptionvoidLastDatedValueFunction.accumulate(LastDatedValueFunction.Accumulator<T> acc, T input, LocalDate date) Generic runtime function that will be called with different kind of instances forinputdepending on actual call in the query.org.apache.flink.types.RowLastDatedValueFunction.getValue(LastDatedValueFunction.Accumulator<T> acc)