Package com.datasqrl.json
Class JsonExists
- java.lang.Object
-
- org.apache.flink.table.functions.UserDefinedFunction
-
- org.apache.flink.table.functions.ScalarFunction
-
- com.datasqrl.json.JsonExists
-
- All Implemented Interfaces:
Serializable,org.apache.flink.table.functions.FunctionDefinition
public class JsonExists extends org.apache.flink.table.functions.ScalarFunctionFor a given JSON object, checks whether the provided JSON path exists- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JsonExists()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Booleaneval(com.datasqrl.json.FlinkJsonType json, String path)-
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
-
-