Class 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
      String eval​(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
      • Methods inherited from interface org.apache.flink.table.functions.FunctionDefinition

        getRequirements, isDeterministic
    • Constructor Detail

      • JsonToString

        public JsonToString()
    • Method Detail

      • eval

        public String eval​(com.datasqrl.json.FlinkJsonType json)