Package org.apache.flink.table.runtime.functions.table
-
Class Summary Class Description BuiltInTableFunction<T> Base class for runtime implementation represented asTableFunctionthat is constructed fromBuiltInFunctionDefinition.specialize(SpecializedContext).ReplicateRowsFunction Replicate the row N times.UnnestRowsFunction Flattens ARRAY, MAP, and MULTISET using a table function.UnnestRowsFunction.CollectionUnnestTableFunction Table function that unwraps the elements of a collection (array or multiset).UnnestRowsFunction.MapUnnestTableFunction Table function that unwraps the elements of a map.