Uses of Enum
io.trino.sql.tree.JsonPathParameter.JsonFormat
Packages that use JsonPathParameter.JsonFormat
-
Uses of JsonPathParameter.JsonFormat in io.trino.sql.tree
Methods in io.trino.sql.tree that return JsonPathParameter.JsonFormatModifier and TypeMethodDescriptionJsonPathInvocation.getInputFormat()static JsonPathParameter.JsonFormatReturns the enum constant of this type with the specified name.static JsonPathParameter.JsonFormat[]JsonPathParameter.JsonFormat.values()Returns an array containing the constants of this enum type, 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(Optional<NodeLocation> location, Expression inputExpression, JsonPathParameter.JsonFormat inputFormat, StringLiteral jsonPath, List<JsonPathParameter> pathParameters) Constructor parameters in io.trino.sql.tree with type arguments of type JsonPathParameter.JsonFormatModifierConstructorDescriptionJsonArrayElement(Expression value, Optional<JsonPathParameter.JsonFormat> format) JsonArrayElement(NodeLocation location, Expression value, Optional<JsonPathParameter.JsonFormat> format) JsonObjectMember(Expression key, Expression value, Optional<JsonPathParameter.JsonFormat> format) JsonObjectMember(NodeLocation location, Expression key, Expression value, Optional<JsonPathParameter.JsonFormat> format)