Uses of Class
io.trino.sql.tree.StringLiteral
-
Packages that use StringLiteral Package Description io.trino.sql io.trino.sql.tree -
-
Uses of StringLiteral in io.trino.sql
Methods in io.trino.sql with parameters of type StringLiteral Modifier and Type Method Description protected StringExpressionFormatter.Formatter. visitStringLiteral(StringLiteral node, Void context) -
Uses of StringLiteral in io.trino.sql.tree
Methods in io.trino.sql.tree that return StringLiteral Modifier and Type Method Description StringLiteralJsonPathInvocation. getJsonPath()Methods in io.trino.sql.tree with parameters of type StringLiteral Modifier and Type Method Description protected RAstVisitor. visitStringLiteral(StringLiteral node, C context)Constructors in io.trino.sql.tree with parameters of type StringLiteral Constructor Description JsonPathInvocation(Optional<NodeLocation> location, Expression inputExpression, JsonPathParameter.JsonFormat inputFormat, StringLiteral jsonPath, List<JsonPathParameter> pathParameters)
-