Class ParseJsonFunction
- java.lang.Object
-
- org.apache.flink.table.functions.UserDefinedFunction
-
- org.apache.flink.table.functions.ScalarFunction
-
- org.apache.flink.table.runtime.functions.scalar.BuiltInScalarFunction
-
- org.apache.flink.table.runtime.functions.scalar.ParseJsonFunction
-
- All Implemented Interfaces:
Serializable,org.apache.flink.table.functions.FunctionDefinition
public class ParseJsonFunction extends BuiltInScalarFunction
Implementation ofBuiltInFunctionDefinitions.PARSE_JSON.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParseJsonFunction(org.apache.flink.table.functions.SpecializedFunction.SpecializedContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.flink.types.variant.Varianteval(org.apache.flink.table.data.StringData jsonStr)org.apache.flink.types.variant.Varianteval(org.apache.flink.table.data.StringData jsonStr, boolean allowDuplicateKeys)-
Methods inherited from class org.apache.flink.table.runtime.functions.scalar.BuiltInScalarFunction
getArgumentDataTypes, getOutputDataType, getRequirements, getTypeInference, isDeterministic
-
Methods inherited from class org.apache.flink.table.functions.ScalarFunction
getKind, getParameterTypes, getResultType
-
Methods inherited from class org.apache.flink.table.functions.UserDefinedFunction
close, functionIdentifier, open, toString
-
-