Uses of Interface
org.apache.druid.segment.serde.cell.StagedSerde
Packages that use StagedSerde
-
Uses of StagedSerde in org.apache.druid.query.aggregation
Classes in org.apache.druid.query.aggregation that implement StagedSerdeModifier and TypeClassDescriptionclassserializes a Long/Object(Number) pair in the context of a column/segment.classserializes a Long/Object pair as Long:Byte:Objectclassclassclassclassclassclassclassserializes a Long/String pair in the context of a column/segment.classserializes a Long/String pair as Long:Integer:bytesFields in org.apache.druid.query.aggregation declared as StagedSerdeModifier and TypeFieldDescriptionfinal StagedSerde<T> AbstractSerializablePairLongObjectColumnSerializer.stagedSerdeConstructors in org.apache.druid.query.aggregation with parameters of type StagedSerdeModifierConstructorDescriptionSerializedStorage(WriteOutBytes writeOutBytes, StagedSerde<T> serde) SerializedStorage(WriteOutBytes writeOutBytes, StagedSerde<T> serde, int chunkSize) -
Uses of StagedSerde in org.apache.druid.segment.serde.cell
Methods in org.apache.druid.segment.serde.cell that return StagedSerde