Uses of Class
org.apache.druid.query.groupby.epinephelinae.IntKey
-
Packages that use IntKey Package Description org.apache.druid.query.groupby.epinephelinae -
-
Uses of IntKey in org.apache.druid.query.groupby.epinephelinae
Methods in org.apache.druid.query.groupby.epinephelinae that return types with arguments of type IntKey Modifier and Type Method Description CloseableIterator<Grouper.Entry<IntKey>>BufferArrayGrouper. iterator(boolean sorted)Methods in org.apache.druid.query.groupby.epinephelinae with parameters of type IntKey Modifier and Type Method Description default AggregateResultIntGrouper. aggregate(IntKey key)Deprecated.Please useIntGrouper.aggregate(int)instead.default AggregateResultIntGrouper. aggregate(IntKey key, int keyHash)Deprecated.Please useIntGrouper.aggregateKeyHash(int)instead.default intIntGrouper.IntGrouperHashFunction. applyAsInt(IntKey value)
-