Uses of Enum
io.trino.sql.tree.JsonValue.EmptyOrErrorBehavior
Packages that use JsonValue.EmptyOrErrorBehavior
-
Uses of JsonValue.EmptyOrErrorBehavior in io.trino.sql.tree
Methods in io.trino.sql.tree that return JsonValue.EmptyOrErrorBehaviorModifier and TypeMethodDescriptionJsonValue.getEmptyBehavior()JsonValue.getErrorBehavior()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.EmptyOrErrorBehaviorModifierConstructorDescriptionJsonValue(Optional<NodeLocation> location, JsonPathInvocation jsonPathInvocation, Optional<DataType> returnedType, JsonValue.EmptyOrErrorBehavior emptyBehavior, Optional<Expression> emptyDefault, JsonValue.EmptyOrErrorBehavior errorBehavior, Optional<Expression> errorDefault)