Uses of Package
org.apache.druid.segment.serde.cell
Packages that use org.apache.druid.segment.serde.cell
-
Classes in org.apache.druid.segment.serde.cell used by org.apache.druid.query.aggregationClassDescriptionCellReader is intended to read the data written byte
CellWriter.usage:An Iterator-like interface that is intentionally not extending Iterator.StagedSerdeis useful when you have objects that have their own internal logic to serialize, but you wish to compose the results of multiple serialized objects into a single ByteBuffer (or wrappedbyte[]).It's useful to return this object when multiple serializable objects are to be composed into a single ByteBuffer or byte[]. -
Classes in org.apache.druid.segment.serde.cell used by org.apache.druid.segment.serde.cellClassDescriptionCellReader is intended to read the data written byte
CellWriter.usage:supplies direct, 64k, clear()'d ByteBuffers wrapped in a ResourceHolder.StagedSerdeis useful when you have objects that have their own internal logic to serialize, but you wish to compose the results of multiple serialized objects into a single ByteBuffer (or wrappedbyte[]).It's useful to return this object when multiple serializable objects are to be composed into a single ByteBuffer or byte[].