Class JsonConcat

  • All Implemented Interfaces:
    Serializable, org.apache.flink.table.functions.FunctionDefinition

    public class JsonConcat
    extends org.apache.flink.table.functions.ScalarFunction
    Merges two JSON objects into one. If two objects share the same key, the value from the later object is used.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      JsonConcat()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.datasqrl.json.FlinkJsonType eval​(com.datasqrl.json.FlinkJsonType json1, com.datasqrl.json.FlinkJsonType json2)  
      • 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

      • JsonConcat

        public JsonConcat()
    • Method Detail

      • eval

        public com.datasqrl.json.FlinkJsonType eval​(com.datasqrl.json.FlinkJsonType json1,
                                                    com.datasqrl.json.FlinkJsonType json2)