Uses of Interface
org.apache.druid.segment.serde.cell.StorableBuffer
Packages that use StorableBuffer
-
Uses of StorableBuffer in org.apache.druid.query.aggregation
Methods in org.apache.druid.query.aggregation that return StorableBufferModifier and TypeMethodDescriptionAbstractSerializablePairLongObjectDeltaEncodedStagedSerde.serializeDelayed(T value) AbstractSerializablePairLongObjectSimpleStagedSerde.serializeDelayed(T value) SerializablePairLongStringDeltaEncodedStagedSerde.serializeDelayed(SerializablePairLongString value) SerializablePairLongStringSimpleStagedSerde.serializeDelayed(SerializablePairLongString value) -
Uses of StorableBuffer in org.apache.druid.segment.serde.cell
Fields in org.apache.druid.segment.serde.cell declared as StorableBufferMethods in org.apache.druid.segment.serde.cell that return StorableBufferModifier and TypeMethodDescriptionStagedSerde.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.