public static final class UnnestRowsFunction.MapUnnestTableFunction extends BuiltInTableFunction<Object>
| Constructor and 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) |
| Modifier and Type | Method and Description |
|---|---|
void |
eval(org.apache.flink.table.data.MapData mapData) |
getArgumentDataTypes, getRequirements, getTypeInference, isDeterministiccollect, finish, getKind, getParameterTypes, getResultType, setCollectorpublic 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)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.