Package com.datasqrl.json
Class JsonToString
- java.lang.Object
-
- org.apache.flink.table.functions.UserDefinedFunction
-
- org.apache.flink.table.functions.ScalarFunction
-
- com.datasqrl.json.JsonToString
-
- All Implemented Interfaces:
Serializable,org.apache.flink.table.functions.FunctionDefinition
public class JsonToString extends org.apache.flink.table.functions.ScalarFunction- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JsonToString()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringeval(com.datasqrl.json.FlinkJsonType 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
-
-
-
-
Method Detail
-
eval
public String eval(com.datasqrl.json.FlinkJsonType json)
-
-