Uses of Class
org.apache.flink.table.runtime.functions.table.BuiltInTableFunction
-
Packages that use BuiltInTableFunction Package Description org.apache.flink.table.runtime.functions.table -
-
Uses of BuiltInTableFunction in org.apache.flink.table.runtime.functions.table
Subclasses of BuiltInTableFunction in org.apache.flink.table.runtime.functions.table Modifier and Type Class Description classReplicateRowsFunctionReplicate the row N times.static classUnnestRowsFunction.CollectionUnnestFunctionTable function that unwraps the elements of a collection (array or multiset).static classUnnestRowsFunction.MapUnnestFunctionTable function that unwraps the elements of a map.protected static classUnnestRowsFunctionBase.UnnestTableFunctionBaseBase class for table functions that unwrap collections and maps.static classUnnestRowsWithOrdinalityFunction.CollectionUnnestWithOrdinalityFunctionTable function that unwraps the elements of a collection (array or multiset) with ordinality.static classUnnestRowsWithOrdinalityFunction.MapUnnestWithOrdinalityFunctionTable function that unwraps the elements of a map with ordinality.
-