Uses of Class
io.trino.sql.tree.JsonValue.EmptyOrErrorBehavior
-
Packages that use JsonValue.EmptyOrErrorBehavior Package Description io.trino.sql.tree -
-
Uses of JsonValue.EmptyOrErrorBehavior in io.trino.sql.tree
Methods in io.trino.sql.tree that return JsonValue.EmptyOrErrorBehavior Modifier and Type Method Description JsonValue.EmptyOrErrorBehaviorJsonValue. getEmptyBehavior()JsonValue.EmptyOrErrorBehaviorJsonValue. getErrorBehavior()static JsonValue.EmptyOrErrorBehaviorJsonValue.EmptyOrErrorBehavior. valueOf(String name)Returns the enum constant of this type with the specified name.static JsonValue.EmptyOrErrorBehavior[]JsonValue.EmptyOrErrorBehavior. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.trino.sql.tree with parameters of type JsonValue.EmptyOrErrorBehavior Constructor Description JsonValue(Optional<NodeLocation> location, JsonPathInvocation jsonPathInvocation, Optional<DataType> returnedType, JsonValue.EmptyOrErrorBehavior emptyBehavior, Optional<Expression> emptyDefault, JsonValue.EmptyOrErrorBehavior errorBehavior, Optional<Expression> errorDefault)
-