Class JsonExists

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

    public class JsonExists
    extends org.apache.flink.table.functions.ScalarFunction
    For 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
      Boolean eval​(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
      • Methods inherited from interface org.apache.flink.table.functions.FunctionDefinition

        getRequirements, isDeterministic
    • Constructor Detail

      • JsonExists

        public JsonExists()
    • Method Detail

      • eval

        public Boolean eval​(com.datasqrl.json.FlinkJsonType json,
                            String path)