Interface ICompositeColumn

    • Method Detail

      • getChunk

        IChunkComposite getChunk​(int row)
        Gets the chunk containing the given row.
        Parameters:
        row - a row
        Returns:
        the chunk containing the row
      • copy

        void copy​(int position,
                  IArrayReader array)
        Copies the values of the array in the specified rows.
        Parameters:
        position - the position where to copy the values
        array - the object containing the values to copy