Class SerializablePairLongStringDeltaEncodedStagedSerde

  • All Implemented Interfaces:
    StagedSerde<SerializablePairLongString>

    public class SerializablePairLongStringDeltaEncodedStagedSerde
    extends Object
    implements StagedSerde<SerializablePairLongString>
    serializes a Long/String pair in the context of a column/segment. Uses the minValue to perform delta encoding/decoding and if the range of the segment fits in an integer (useIntegerDelta), the format is Integer:Integer:bytes otherwise Long:Integer:bytes
    • Constructor Detail

      • SerializablePairLongStringDeltaEncodedStagedSerde

        public SerializablePairLongStringDeltaEncodedStagedSerde​(long minValue,
                                                                 boolean useIntegerDelta)