Package | Description |
---|---|
org.apache.druid.query.aggregation.first | |
org.apache.druid.query.aggregation.last |
Modifier and Type | Field and Description |
---|---|
static Comparator<SerializablePairLongString> |
StringFirstAggregatorFactory.VALUE_COMPARATOR |
Modifier and Type | Method and Description |
---|---|
SerializablePairLongString |
StringFirstAggregateCombiner.getObject() |
static SerializablePairLongString |
StringFirstLastUtils.readPair(ByteBuffer buf,
int position) |
static SerializablePairLongString |
StringFirstLastUtils.readPairFromSelectors(BaseLongColumnValueSelector timeSelector,
BaseObjectColumnValueSelector<?> valueSelector) |
Modifier and Type | Method and Description |
---|---|
Class<SerializablePairLongString> |
StringFirstAggregateCombiner.classOfObject() |
Modifier and Type | Method and Description |
---|---|
static void |
StringFirstLastUtils.writePair(ByteBuffer buf,
int position,
SerializablePairLongString pair,
int maxStringBytes) |
Modifier and Type | Method and Description |
---|---|
SerializablePairLongString |
StringLastAggregateCombiner.getObject() |
Modifier and Type | Method and Description |
---|---|
Class<SerializablePairLongString> |
StringLastAggregateCombiner.classOfObject() |
Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.