We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eef413e commit c201f1eCopy full SHA for c201f1e
core/trino-parser/src/main/java/io/trino/sql/SqlFormatter.java
@@ -187,13 +187,6 @@ private static String formatExpression(Expression expression)
187
return ExpressionFormatter.formatExpression(expression);
188
}
189
190
- /**
191
- * @deprecated Use {@link #formatName(Identifier)} instead.
192
- */
193
- @Deprecated
194
- @SuppressWarnings("unused")
195
- private static void formatExpression(Identifier identifier) {}
196
-
197
private static class Formatter
198
extends AstVisitor<Void, Integer>
199
{
0 commit comments