Uses of Class
io.trino.sql.tree.JsonPathParameter
-
Packages that use JsonPathParameter Package Description io.trino.sql.tree -
-
Uses of JsonPathParameter in io.trino.sql.tree
Methods in io.trino.sql.tree that return types with arguments of type JsonPathParameter Modifier and Type Method Description List<JsonPathParameter>JsonPathInvocation. getPathParameters()Constructor parameters in io.trino.sql.tree with type arguments of type JsonPathParameter Constructor Description JsonPathInvocation(Optional<NodeLocation> location, Expression inputExpression, JsonPathParameter.JsonFormat inputFormat, StringLiteral jsonPath, List<JsonPathParameter> pathParameters)
-