Package io.prestosql.sql
Class ExpressionFormatter
- java.lang.Object
-
- io.prestosql.sql.ExpressionFormatter
-
public final class ExpressionFormatter extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExpressionFormatter.Formatter
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringformatExpression(Expression expression)static java.lang.StringformatOrderBy(OrderBy orderBy)
-
-
-
Method Detail
-
formatExpression
public static java.lang.String formatExpression(Expression expression)
-
formatOrderBy
public static java.lang.String formatOrderBy(OrderBy orderBy)
-
-