Uses of Enum
org.apache.flink.table.api.JsonExistsOnError
Packages that use JsonExistsOnError
-
Uses of JsonExistsOnError in org.apache.flink.table.api
Methods in org.apache.flink.table.api that return JsonExistsOnErrorModifier and TypeMethodDescriptionstatic JsonExistsOnErrorReturns the enum constant of this type with the specified name.static JsonExistsOnError[]JsonExistsOnError.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of JsonExistsOnError in org.apache.flink.table.api.internal
Methods in org.apache.flink.table.api.internal with parameters of type JsonExistsOnErrorModifier and TypeMethodDescriptionBaseExpressions.jsonExists(String path, JsonExistsOnError onError) Returns whether a JSON string satisfies a given search criterion.