DataComparator.this

Creates a new comparator to compute the differences from old_model to new_model: if one applies all the computed differences (as #GdaDiff structures) to old_model, the resulting data model should have the same contents as new_model.

  1. this(void* ptr, Flag!"Take" take)
  2. this(gda.data_model.DataModel oldModel, gda.data_model.DataModel newModel)

Parameters

oldModel gda.data_model.DataModel

Data model to which the modifications should be applied

newModel gda.data_model.DataModel

Target data model.

Return Value

a new #GdaDataComparator object