Package io.trino.plugin.pinot.query
Class OrderByExpression
- java.lang.Object
-
- io.trino.plugin.pinot.query.OrderByExpression
-
public final class OrderByExpression extends Object
-
-
Constructor Summary
Constructors Constructor Description OrderByExpression(String expression, boolean asc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)StringgetExpression()inthashCode()booleanisAsc()StringtoString()
-