Uses of Enum
io.trino.sql.tree.JsonQuery.ArrayWrapperBehavior
Packages that use JsonQuery.ArrayWrapperBehavior
-
Uses of JsonQuery.ArrayWrapperBehavior in io.trino.sql.tree
Methods in io.trino.sql.tree that return JsonQuery.ArrayWrapperBehaviorModifier and TypeMethodDescriptionJsonQuery.getWrapperBehavior()Returns the enum constant of this type with the specified name.static JsonQuery.ArrayWrapperBehavior[]JsonQuery.ArrayWrapperBehavior.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 JsonQuery.ArrayWrapperBehaviorModifierConstructorDescriptionJsonQuery(Optional<NodeLocation> location, JsonPathInvocation jsonPathInvocation, Optional<DataType> returnedType, Optional<JsonPathParameter.JsonFormat> outputFormat, JsonQuery.ArrayWrapperBehavior wrapperBehavior, Optional<JsonQuery.QuotesBehavior> quotesBehavior, JsonQuery.EmptyOrErrorBehavior emptyBehavior, JsonQuery.EmptyOrErrorBehavior errorBehavior)