| Package | Description |
|---|---|
| org.apache.druid.query.aggregation | |
| org.apache.druid.query.aggregation.first | |
| org.apache.druid.query.aggregation.last |
| Modifier and Type | Field and Description |
|---|---|
static StagedSerde<SerializablePairLongString> |
SerializablePairLongStringColumnSerializer.STAGED_SERDE |
| Modifier and Type | Method and Description |
|---|---|
SerializablePairLongString |
SerializablePairLongStringDeltaEncodedStagedSerde.deserialize(ByteBuffer byteBuffer) |
SerializablePairLongString |
SerializablePairLongStringSimpleStagedSerde.deserialize(ByteBuffer byteBuffer) |
| Modifier and Type | Method and Description |
|---|---|
IOIterator<SerializablePairLongString> |
SerializablePairLongStringBufferStore.iterator() |
| Modifier and Type | Method and Description |
|---|---|
StorableBuffer |
SerializablePairLongStringDeltaEncodedStagedSerde.serializeDelayed(SerializablePairLongString value) |
StorableBuffer |
SerializablePairLongStringSimpleStagedSerde.serializeDelayed(SerializablePairLongString value) |
void |
SerializablePairLongStringBufferStore.store(SerializablePairLongString pairLongString) |
| Modifier and Type | Method and Description |
|---|---|
void |
SerializablePairLongStringColumnSerializer.serialize(ColumnValueSelector<? extends SerializablePairLongString> selector) |
| Constructor and Description |
|---|
SerializablePairLongStringBufferStore(SerializedStorage<SerializablePairLongString> serializedStorage) |
| 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) |
static SerializablePairLongString |
StringFirstLastUtils.readPairFromVectorSelectorsAtIndex(BaseLongVectorValueSelector timeSelector,
VectorObjectSelector valueSelector,
int index)
Return the object at a particular index from the vector selectors.
|
| 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–2022 The Apache Software Foundation. All rights reserved.