public interface IntegerValuedDataChunk extends DataChunk
IntegerValuedDataChunk
interface is implemented by concrete
classes that hold data of a specific primitive integer type (byte, short,
int, long).DataChunk.DataType
Modifier and Type | Method and Description |
---|---|
PackingScheme |
getPackingScheme()
Gets the packing scheme.
|
boolean |
isUnsigned()
Gets the unsigned flag.
|
accept, blankCopy, blankCopyWithValues, getExternalType, getPrimitiveData, getValues
boolean isUnsigned()
PackingScheme getPackingScheme()