MCPcopy Create free account
hub / github.com/apache/arrow / diff_sink

Method diff_sink

cpp/src/arrow/compare.h:120–120  ·  view source on GitHub ↗

The ostream to which a diff will be formatted if arrays disagree. If this is null (the default) no diff will be formatted.

Source from the content-addressed store, hash-verified

118 /// The ostream to which a diff will be formatted if arrays disagree.
119 /// If this is null (the default) no diff will be formatted.
120 std::ostream* diff_sink() const { return diff_sink_; }
121
122 /// Return a new EqualOptions object with the "diff_sink" property changed.
123 /// This option will be ignored if diff formatting of the types of compared arrays is

Callers 10

ArrayRangeEqualsFunction · 0.80
ArrayEqualsFunction · 0.80
AssertDiffAndFormatMethod · 0.80
TEST_FFunction · 0.80
DiffMethod · 0.80
AssertArraysEqualFunction · 0.80
AssertArraysApproxEqualFunction · 0.80
AssertChunkedEqualFunction · 0.80
PrintArrayDiffFunction · 0.80

Calls 1

EqualOptionsClass · 0.70

Tested by 6

AssertDiffAndFormatMethod · 0.64
TEST_FFunction · 0.64
AssertArraysEqualFunction · 0.64
AssertArraysApproxEqualFunction · 0.64
AssertChunkedEqualFunction · 0.64
PrintArrayDiffFunction · 0.64