otherColumns.map(c => if (options.diffMode == DiffMode.LeftSide) leftValues(c).as(c) else rightValues(c).as(c) ) } idColumns ++ valueColumns } /** * Returns a new DataFrame that contains the differences between the two Datasets * of the same type `T`. Both Datasets must contain...