Uses of Class
io.trino.sql.tree.JsonPathParameter.JsonFormat
-
Packages that use JsonPathParameter.JsonFormat Package Description io.trino.sql.tree -
-
Uses of JsonPathParameter.JsonFormat in io.trino.sql.tree
Methods in io.trino.sql.tree that return JsonPathParameter.JsonFormat Modifier and Type Method Description JsonPathParameter.JsonFormatJsonPathInvocation. getInputFormat()static JsonPathParameter.JsonFormatJsonPathParameter.JsonFormat. valueOf(String name)Returns 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.JsonFormat Modifier and Type Method Description Optional<JsonPathParameter.JsonFormat>JsonArrayElement. getFormat()Optional<JsonPathParameter.JsonFormat>JsonObjectMember. getFormat()Optional<JsonPathParameter.JsonFormat>JsonPathParameter. getFormat()Optional<JsonPathParameter.JsonFormat>JsonArray. getOutputFormat()Optional<JsonPathParameter.JsonFormat>JsonObject. getOutputFormat()Optional<JsonPathParameter.JsonFormat>JsonQuery. getOutputFormat()Constructors in io.trino.sql.tree with parameters of type JsonPathParameter.JsonFormat Constructor Description JsonPathInvocation(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.JsonFormat Constructor Description JsonArrayElement(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)
-