Package com.datasqrl.json
Class JsonConcat
- java.lang.Object
-
- org.apache.flink.table.functions.UserDefinedFunction
-
- org.apache.flink.table.functions.ScalarFunction
-
- com.datasqrl.json.JsonConcat
-
- All Implemented Interfaces:
Serializable,org.apache.flink.table.functions.FunctionDefinition
public class JsonConcat extends org.apache.flink.table.functions.ScalarFunctionMerges 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.FlinkJsonTypeeval(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
-
-