Class UnnestRowsFunction.MapUnnestTableFunction
- 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.MapUnnestTableFunction
-
- All Implemented Interfaces:
Serializable,org.apache.flink.table.functions.FunctionDefinition
- Enclosing class:
- UnnestRowsFunction
public static final class UnnestRowsFunction.MapUnnestTableFunction extends BuiltInTableFunction<Object>
Table function that unwraps the elements of a map.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MapUnnestTableFunction(org.apache.flink.table.functions.SpecializedFunction.SpecializedContext context, org.apache.flink.table.types.logical.LogicalType outputType, org.apache.flink.table.data.ArrayData.ElementGetter keyGetter, org.apache.flink.table.data.ArrayData.ElementGetter valueGetter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-
-
-
Constructor Detail
-
MapUnnestTableFunction
public MapUnnestTableFunction(org.apache.flink.table.functions.SpecializedFunction.SpecializedContext context, org.apache.flink.table.types.logical.LogicalType outputType, org.apache.flink.table.data.ArrayData.ElementGetter keyGetter, org.apache.flink.table.data.ArrayData.ElementGetter valueGetter)
-
-