Package org.apache.flink.table.runtime.functions.table
package org.apache.flink.table.runtime.functions.table
-
ClassesClassDescriptionBase class for runtime implementation represented as
TableFunctionthat is constructed fromBuiltInFunctionDefinition.specialize(SpecializedContext).Replicate the row N times.Flattens ARRAY, MAP, and MULTISET using a table function.Table function that unwraps the elements of a collection (array or multiset).Table function that unwraps the elements of a map.