| Package | Description |
|---|---|
| org.apache.druid.query.aggregation | |
| org.apache.druid.segment.serde.cell |
| Modifier and Type | Method and Description |
|---|---|
StorableBuffer |
SerializablePairLongStringDeltaEncodedStagedSerde.serializeDelayed(SerializablePairLongString value) |
StorableBuffer |
SerializablePairLongStringSimpleStagedSerde.serializeDelayed(SerializablePairLongString value) |
| Modifier and Type | Field and Description |
|---|---|
static StorableBuffer |
StorableBuffer.EMPTY |
| Modifier and Type | Method and Description |
|---|---|
StorableBuffer |
StagedSerde.serializeDelayed(T value)
Useful method when some computation is necessary to prepare for serialization without actually writing out
all the bytes in order to determine the serialized size.
|
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.