Uses of Class
io.trino.sql.tree.StringLiteral
Packages that use StringLiteral
-
Uses of StringLiteral in io.trino.sql
Methods in io.trino.sql with parameters of type StringLiteralModifier and TypeMethodDescriptionprotected StringExpressionFormatter.Formatter.visitStringLiteral(StringLiteral node, Void context) -
Uses of StringLiteral in io.trino.sql.tree
Methods in io.trino.sql.tree that return StringLiteralModifier and TypeMethodDescriptionJsonPathInvocation.getJsonPath()NestedColumns.getJsonPath()ExecuteImmediate.getStatement()Methods in io.trino.sql.tree that return types with arguments of type StringLiteralMethods in io.trino.sql.tree with parameters of type StringLiteralModifier and TypeMethodDescriptionprotected RAstVisitor.visitStringLiteral(StringLiteral node, C context) Constructors in io.trino.sql.tree with parameters of type StringLiteralModifierConstructorDescriptionExecuteImmediate(NodeLocation location, StringLiteral statement, List<Expression> parameters) JsonPathInvocation(NodeLocation location, Expression inputExpression, JsonPathParameter.JsonFormat inputFormat, StringLiteral jsonPath, Optional<Identifier> pathName, List<JsonPathParameter> pathParameters) NestedColumns(NodeLocation location, StringLiteral jsonPath, Optional<Identifier> pathName, List<JsonTableColumnDefinition> columns) Constructor parameters in io.trino.sql.tree with type arguments of type StringLiteralModifierConstructorDescriptionQueryColumn(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) ValueColumn(NodeLocation location, Identifier name, DataType type, Optional<StringLiteral> jsonPath, JsonValue.EmptyOrErrorBehavior emptyBehavior, Optional<Expression> emptyDefault, Optional<JsonValue.EmptyOrErrorBehavior> errorBehavior, Optional<Expression> errorDefault)