Uses of Enum Class
io.trino.sql.tree.JsonPathParameter.JsonFormat
Packages that use JsonPathParameter.JsonFormat
-
Uses of JsonPathParameter.JsonFormat in io.trino.sql.tree
Subclasses with type arguments of type JsonPathParameter.JsonFormat in io.trino.sql.treeMethods in io.trino.sql.tree that return JsonPathParameter.JsonFormatModifier and TypeMethodDescriptionQueryColumn.getFormat()JsonPathInvocation.getInputFormat()static JsonPathParameter.JsonFormatReturns the enum constant of this class with the specified name.static JsonPathParameter.JsonFormat[]JsonPathParameter.JsonFormat.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 JsonPathParameter.JsonFormatModifier and TypeMethodDescriptionJsonArrayElement.getFormat()JsonObjectMember.getFormat()JsonPathParameter.getFormat()JsonArray.getOutputFormat()JsonObject.getOutputFormat()JsonQuery.getOutputFormat()Constructors in io.trino.sql.tree with parameters of type JsonPathParameter.JsonFormatModifierConstructorDescriptionJsonPathInvocation(NodeLocation location, Expression inputExpression, JsonPathParameter.JsonFormat inputFormat, StringLiteral jsonPath, Optional<Identifier> pathName, List<JsonPathParameter> pathParameters) 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) Constructor parameters in io.trino.sql.tree with type arguments of type JsonPathParameter.JsonFormatModifierConstructorDescriptionJsonArrayElement(NodeLocation location, Expression value, Optional<JsonPathParameter.JsonFormat> format) JsonObjectMember(NodeLocation location, Expression key, Expression value, Optional<JsonPathParameter.JsonFormat> format) JsonPathParameter(NodeLocation location, Identifier name, Expression parameter, Optional<JsonPathParameter.JsonFormat> format)