Uses of Enum Class
io.trino.sql.tree.JsonValue.EmptyOrErrorBehavior
Packages that use JsonValue.EmptyOrErrorBehavior
-
Uses of JsonValue.EmptyOrErrorBehavior in io.trino.sql.tree
Subclasses with type arguments of type JsonValue.EmptyOrErrorBehavior in io.trino.sql.treeMethods in io.trino.sql.tree that return JsonValue.EmptyOrErrorBehaviorModifier and TypeMethodDescriptionJsonValue.getEmptyBehavior()ValueColumn.getEmptyBehavior()JsonValue.getErrorBehavior()Returns the enum constant of this class with the specified name.static JsonValue.EmptyOrErrorBehavior[]JsonValue.EmptyOrErrorBehavior.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.trino.sql.tree that return types with arguments of type JsonValue.EmptyOrErrorBehaviorConstructors in io.trino.sql.tree with parameters of type JsonValue.EmptyOrErrorBehaviorModifierConstructorDescriptionJsonValue(NodeLocation location, JsonPathInvocation jsonPathInvocation, Optional<DataType> returnedType, JsonValue.EmptyOrErrorBehavior emptyBehavior, Optional<Expression> emptyDefault, JsonValue.EmptyOrErrorBehavior errorBehavior, Optional<Expression> errorDefault) ValueColumn(NodeLocation location, Identifier name, DataType type, Optional<StringLiteral> jsonPath, JsonValue.EmptyOrErrorBehavior emptyBehavior, Optional<Expression> emptyDefault, Optional<JsonValue.EmptyOrErrorBehavior> errorBehavior, Optional<Expression> errorDefault)