Class UnnestRowsFunction.CollectionUnnestTableFunction
- java.lang.Object
-
- org.apache.flink.table.functions.UserDefinedFunction
-
- org.apache.flink.table.functions.TableFunction<T>
-
- org.apache.flink.table.runtime.functions.table.BuiltInTableFunction<Object>
-
- org.apache.flink.table.runtime.functions.table.UnnestRowsFunction.CollectionUnnestTableFunction
-
- All Implemented Interfaces:
Serializable,org.apache.flink.table.functions.FunctionDefinition
- Enclosing class:
- UnnestRowsFunction
public static final class UnnestRowsFunction.CollectionUnnestTableFunction extends BuiltInTableFunction<Object>
Table function that unwraps the elements of a collection (array or multiset).- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CollectionUnnestTableFunction(org.apache.flink.table.functions.SpecializedFunction.SpecializedContext context, org.apache.flink.table.types.logical.LogicalType outputType, org.apache.flink.table.data.ArrayData.ElementGetter elementGetter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voideval(org.apache.flink.table.data.ArrayData arrayData)voideval(org.apache.flink.table.data.MapData mapData)-
Methods inherited from class org.apache.flink.table.runtime.functions.table.BuiltInTableFunction
getArgumentDataTypes, getRequirements, getTypeInference, isDeterministic
-
Methods inherited from class org.apache.flink.table.functions.TableFunction
collect, finish, getKind, getParameterTypes, getResultType, setCollector
-
Methods inherited from class org.apache.flink.table.functions.UserDefinedFunction
close, functionIdentifier, open, toString
-
-