public abstract class AbstractDecoder extends Object implements Decoder
| Constructor and Description |
|---|
AbstractDecoder() |
| Modifier and Type | Method and Description |
|---|---|
protected ByteBuffer |
createColumnVector(int rows,
int unitLength,
boolean isLittleEndian,
int minSize,
int extra,
int type,
short scale) |
protected ByteBuffer |
createLZ4ColumnVector(int rows,
boolean isLittleEndian,
int extra,
int type,
short scale) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdecompressprotected ByteBuffer createColumnVector(int rows, int unitLength, boolean isLittleEndian, int minSize, int extra, int type, short scale)
protected ByteBuffer createLZ4ColumnVector(int rows, boolean isLittleEndian, int extra, int type, short scale)
Copyright © 2023 DolphinDB. All rights reserved.