Uses of Enum Class
io.trino.sql.tree.JsonQuery.ArrayWrapperBehavior
Packages that use JsonQuery.ArrayWrapperBehavior
-
Uses of JsonQuery.ArrayWrapperBehavior in io.trino.sql.tree
Subclasses with type arguments of type JsonQuery.ArrayWrapperBehavior in io.trino.sql.treeMethods in io.trino.sql.tree that return JsonQuery.ArrayWrapperBehaviorModifier and TypeMethodDescriptionJsonQuery.getWrapperBehavior()QueryColumn.getWrapperBehavior()Returns the enum constant of this class with the specified name.static JsonQuery.ArrayWrapperBehavior[]JsonQuery.ArrayWrapperBehavior.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.trino.sql.tree with parameters of type JsonQuery.ArrayWrapperBehaviorModifierConstructorDescriptionJsonQuery(NodeLocation location, JsonPathInvocation jsonPathInvocation, Optional<DataType> returnedType, Optional<JsonPathParameter.JsonFormat> outputFormat, JsonQuery.ArrayWrapperBehavior wrapperBehavior, Optional<JsonQuery.QuotesBehavior> quotesBehavior, JsonQuery.EmptyOrErrorBehavior emptyBehavior, JsonQuery.EmptyOrErrorBehavior errorBehavior) QueryColumn(NodeLocation location, Identifier name, DataType type, JsonPathParameter.JsonFormat format, Optional<StringLiteral> jsonPath, JsonQuery.ArrayWrapperBehavior wrapperBehavior, Optional<JsonQuery.QuotesBehavior> quotesBehavior, JsonQuery.EmptyOrErrorBehavior emptyBehavior, Optional<JsonQuery.EmptyOrErrorBehavior> errorBehavior)