Interface RecordChangeDataJoiner<T>

    • Method Detail

      • call

        List<Row> call​(Record record,
                       IndexedData<T> indexedData)
        Given a record and the pre-computed change data for this record, return the new rows in the record after the change.
      • preservesRecordStructure

        boolean preservesRecordStructure()
        Indicates whether this joiner is guaranteed to preserve the record boundaries on the grid it is applied to.