Uses of Class
org.apache.flink.table.runtime.functions.table.UnnestRowsFunctionBase
-
Packages that use UnnestRowsFunctionBase Package Description org.apache.flink.table.runtime.functions.table -
-
Uses of UnnestRowsFunctionBase in org.apache.flink.table.runtime.functions.table
Subclasses of UnnestRowsFunctionBase in org.apache.flink.table.runtime.functions.table Modifier and Type Class Description classUnnestRowsFunctionFlattens 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.
-