Package io.trino.plugin.pinot.query
Class PinotQueryInfo
- java.lang.Object
-
- io.trino.plugin.pinot.query.PinotQueryInfo
-
public final class PinotQueryInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description PinotQueryInfo(String table, String query, int groupByClauses)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)intgetGroupByClauses()StringgetQuery()StringgetTable()inthashCode()StringtoString()
-