Uses of Class
org.apache.flink.table.runtime.functions.BuiltInSpecializedFunction
-
Packages that use BuiltInSpecializedFunction Package Description org.apache.flink.table.runtime.functions.table -
-
Uses of BuiltInSpecializedFunction in org.apache.flink.table.runtime.functions.table
Subclasses of BuiltInSpecializedFunction in org.apache.flink.table.runtime.functions.table Modifier and Type Class Description classUnnestRowsFunctionFlattens ARRAY, MAP, and MULTISET using a table function.classUnnestRowsFunctionBaseBase class for flattening ARRAY, MAP, and MULTISET using a table function.classUnnestRowsWithOrdinalityFunctionFlattens ARRAY, MAP, and MULTISET using a table function and adds one extra column with the position of the element.
-