Write a column segment.
- Parameters
-
firstRow | The 0-based index in the binary table of the first row to be written |
column | The segment to be written |
Analogously to write()
and insert()
, use writeSegment()
if the column has been initialized already, and insertSegment()
otherwise.