Package org.apache.flink.table.examples.java.functions
-
Class Summary Class Description AdvancedFunctionsExample Example for implementing more complexUserDefinedFunction
s.InternalRowMergerFunction Merges two rows into a single row with unique field names.LastDatedValueFunction<T> Implementation of anAggregateFunction
that returns a row containing the latest non-null value with its corresponding date.LastDatedValueFunction.Accumulator<T> Generic accumulator for representing state.