Class ColumnProcessor

    • Constructor Detail

      • ColumnProcessor

        public ColumnProcessor()
        Constructs a column processor, pre-allocating room for 1000 rows.
      • ColumnProcessor

        public ColumnProcessor​(int expectedRowCount)
        Constructs a column processor pre-allocating room for the expected number of rows to be processed
        Parameters:
        expectedRowCount - the expected number of rows to be processed