Package com.datasqrl.json
Class ToJson
- java.lang.Object
-
- org.apache.flink.table.functions.UserDefinedFunction
-
- org.apache.flink.table.functions.ScalarFunction
-
- com.datasqrl.json.ToJson
-
- All Implemented Interfaces:
Serializable,org.apache.flink.table.functions.FunctionDefinition
public class ToJson extends org.apache.flink.table.functions.ScalarFunctionParses a JSON object from string- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static org.apache.flink.shaded.jackson2.com.fasterxml.jackson.databind.ObjectMappermapper
-
Constructor Summary
Constructors Constructor Description ToJson()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.datasqrl.json.FlinkJsonTypeeval(Object json)com.datasqrl.json.FlinkJsonTypeeval(String json)-
Methods inherited from class org.apache.flink.table.functions.ScalarFunction
getKind, getParameterTypes, getResultType, getTypeInference
-
Methods inherited from class org.apache.flink.table.functions.UserDefinedFunction
close, functionIdentifier, open, toString
-
-