Package | Description |
---|---|
io.druid.query.groupby.epinephelinae |
Modifier and Type | Method and Description |
---|---|
Iterator<Grouper.Entry<KeyType>> |
SpillingGrouper.iterator(boolean sorted) |
Iterator<Grouper.Entry<KeyType>> |
Grouper.iterator(boolean sorted)
Iterate through entries.
|
Iterator<Grouper.Entry<KeyType>> |
ConcurrentGrouper.iterator(boolean sorted) |
Iterator<Grouper.Entry<KeyType>> |
BufferGrouper.iterator(boolean sorted) |
static <KeyType> Iterator<Grouper.Entry<KeyType>> |
Groupers.mergeIterators(Iterable<Iterator<Grouper.Entry<KeyType>>> iterators,
Comparator<KeyType> keyTypeComparator) |
Modifier and Type | Method and Description |
---|---|
static <KeyType> Iterator<Grouper.Entry<KeyType>> |
Groupers.mergeIterators(Iterable<Iterator<Grouper.Entry<KeyType>>> iterators,
Comparator<KeyType> keyTypeComparator) |
Constructor and Description |
---|
CloseableGrouperIterator(Grouper<KeyType> grouper,
boolean sorted,
com.google.common.base.Function<Grouper.Entry<KeyType>,T> transformer,
Closeable closer) |
Copyright © 2011–2017. All rights reserved.