Class ColumnAdditionOperation.Joiner

    • Constructor Detail

      • Joiner

        public Joiner​(int columnIndex,
                      int keyColumnIndex)
    • Method Detail

      • call

        public Row call​(Row row,
                        IndexedData<Cell> indexedData)
        Description copied from interface: RowChangeDataJoiner
        Given a row, its id and the pre-computed change data for this row, return the new row after the change.
        indexedData - may not be null, but the wrapped data inside may.
      • preservesRecordStructure

        public boolean preservesRecordStructure()
        Description copied from interface: RowChangeDataJoiner
        Indicates whether this joiner is guaranteed to preserve the record boundaries on the grid it is applied to.