| Package | Description |
|---|---|
| io.druid.query.groupby.epinephelinae |
| Modifier and Type | Method and Description |
|---|---|
protected Grouper.Entry<KeyType> |
AbstractBufferHashGrouper.bucketEntryForOffset(int bucketOffset) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Grouper.Entry<KeyType>> |
SpillingGrouper.iterator(boolean sorted) |
Iterator<Grouper.Entry<KeyType>> |
LimitedBufferHashGrouper.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>> |
BufferHashGrouper.iterator(boolean sorted) |
Iterator<Grouper.Entry<Integer>> |
BufferArrayGrouper.iterator(boolean sorted) |
static <KeyType> Iterator<Grouper.Entry<KeyType>> |
Groupers.mergeIterators(Iterable<Iterator<Grouper.Entry<KeyType>>> iterators,
Comparator<Grouper.Entry<KeyType>> keyTypeComparator) |
Comparator<Grouper.Entry<T>> |
Grouper.KeySerdeFactory.objectComparator(boolean forceDefaultOrder)
Return an object that knows how to compare two serialized key instances.
|
| Modifier and Type | Method and Description |
|---|---|
static <KeyType> Iterator<Grouper.Entry<KeyType>> |
Groupers.mergeIterators(Iterable<Iterator<Grouper.Entry<KeyType>>> iterators,
Comparator<Grouper.Entry<KeyType>> keyTypeComparator) |
static <KeyType> Iterator<Grouper.Entry<KeyType>> |
Groupers.mergeIterators(Iterable<Iterator<Grouper.Entry<KeyType>>> iterators,
Comparator<Grouper.Entry<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.