public class LongGorillaDecoder extends GorillaDecoderV2
Copyright: 2016-2018 Michael Burman and/or other contributors
Project page: https://github.com/burmanm/gorilla-tsc
License: http://www.apache.org/licenses/LICENSE-2.0
| Modifier and Type | Field and Description |
|---|---|
protected long |
storedValue |
firstValueWasRead, hasNext, storedLeadingZeros, storedTrailingZeros| Constructor and Description |
|---|
LongGorillaDecoder() |
| Modifier and Type | Method and Description |
|---|---|
protected long |
cacheNext(ByteBuffer in) |
long |
readLong(ByteBuffer in) |
protected long |
readNext(ByteBuffer in) |
void |
reset() |
flipByte, hasNext, readBit, readLong, readNextClearBitgetDecoderByType, getType, readBigDecimal, readBinary, readBoolean, readDouble, readFloat, readInt, readShort, setTypepublic void reset()
reset in class GorillaDecoderV2public final long readLong(ByteBuffer in)
protected long cacheNext(ByteBuffer in)
protected long readNext(ByteBuffer in)
Copyright © 2022 The Apache Software Foundation. All rights reserved.