Interface IntegerValuedDataChunk

All Superinterfaces:
DataChunk
All Known Implementing Classes:
ByteChunk, IntChunk, LongChunk, ShortChunk

public interface IntegerValuedDataChunk extends DataChunk
The IntegerValuedDataChunk interface is implemented by concrete classes that hold data of a specific primitive integer type (byte, short, int, long).
Since:
3.4.0
Author:
Peter Hollemans
  • Method Details

    • isUnsigned

      boolean isUnsigned()
      Gets the unsigned flag.
      Returns:
      true if the primitive data values are unsigned.
    • getPackingScheme

      PackingScheme getPackingScheme()
      Gets the packing scheme. A packing scheme is used to reduce the size of floating point data to store in an integer value.
      Returns:
      the packing scheme or null if the chunk data is not packed.