Class AggregateResult
- java.lang.Object
-
- org.apache.druid.query.groupby.epinephelinae.AggregateResult
-
public class AggregateResult extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)intgetCount()StringgetReason()inthashCode()booleanisOk()True if all rows have been processed.static AggregateResultok()static AggregateResultpartial(int count, String reason)StringtoString()
-
-
-
Method Detail
-
ok
public static AggregateResult ok()
-
partial
public static AggregateResult partial(int count, String reason)
-
isOk
public boolean isOk()
True if all rows have been processed.
-
getCount
public int getCount()
-
-