Class SerializablePairLongFloatSimpleStagedSerde
- java.lang.Object
-
- org.apache.druid.query.aggregation.AbstractSerializablePairLongObjectSimpleStagedSerde<SerializablePairLongFloat>
-
- org.apache.druid.query.aggregation.SerializablePairLongFloatSimpleStagedSerde
-
- All Implemented Interfaces:
StagedSerde<SerializablePairLongFloat>
public class SerializablePairLongFloatSimpleStagedSerde extends AbstractSerializablePairLongObjectSimpleStagedSerde<SerializablePairLongFloat>
-
-
Constructor Summary
Constructors Constructor Description SerializablePairLongFloatSimpleStagedSerde()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SerializablePairLongFloatdeserialize(ByteBuffer byteBuffer)-
Methods inherited from class org.apache.druid.query.aggregation.AbstractSerializablePairLongObjectSimpleStagedSerde
serializeDelayed
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.druid.segment.serde.cell.StagedSerde
deserialize, serialize
-
-
-
-
Method Detail
-
deserialize
@Nullable public SerializablePairLongFloat deserialize(ByteBuffer byteBuffer)
-
-