Uses of Enum
org.apache.flink.table.api.JsonValueOnEmptyOrError
Packages that use JsonValueOnEmptyOrError
-
Uses of JsonValueOnEmptyOrError in org.apache.flink.table.api
Methods in org.apache.flink.table.api that return JsonValueOnEmptyOrErrorModifier and TypeMethodDescriptionstatic JsonValueOnEmptyOrErrorReturns the enum constant of this type with the specified name.static JsonValueOnEmptyOrError[]JsonValueOnEmptyOrError.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of JsonValueOnEmptyOrError in org.apache.flink.table.api.internal
Methods in org.apache.flink.table.api.internal with parameters of type JsonValueOnEmptyOrErrorModifier and TypeMethodDescriptionBaseExpressions.jsonValue(String path, DataType returningType, JsonValueOnEmptyOrError onEmpty, InType defaultOnEmpty, JsonValueOnEmptyOrError onError, InType defaultOnError) Extracts a scalar from a JSON string.