Uses of Class
io.trino.sql.tree.JsonQuery.ArrayWrapperBehavior
-
Packages that use JsonQuery.ArrayWrapperBehavior Package Description io.trino.sql.tree -
-
Uses of JsonQuery.ArrayWrapperBehavior in io.trino.sql.tree
Methods in io.trino.sql.tree that return JsonQuery.ArrayWrapperBehavior Modifier and Type Method Description JsonQuery.ArrayWrapperBehaviorJsonQuery. getWrapperBehavior()static JsonQuery.ArrayWrapperBehaviorJsonQuery.ArrayWrapperBehavior. valueOf(String name)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.ArrayWrapperBehavior Constructor Description JsonQuery(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)
-