Package org.apache.flink.table.examples.java.functions
package org.apache.flink.table.examples.java.functions
-
ClassesClassDescriptionExample for implementing more complex
UserDefinedFunctions.Merges two rows into a single row with unique field names.Implementation of anAggregateFunctionthat returns a row containing the latest non-null value with its corresponding date.Generic accumulator for representing state.