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

Function CompareBatch

cpp/src/arrow/testing/gtest_util.cc:564–569  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

562}
563
564void CompareBatch(const RecordBatch& left, const RecordBatch& right,
565 bool compare_metadata, const EqualOptions& options) {
566 return CompareBatchWith(
567 left, right, compare_metadata,
568 [&](const Array& left, const Array& right) { return left.Equals(right, options); });
569}
570
571void ApproxCompareBatch(const RecordBatch& left, const RecordBatch& right,
572 bool compare_metadata, const EqualOptions& options) {

Callers 11

TEST_FFunction · 0.85
TEST_FFunction · 0.85
TestRoundTripMethod · 0.85
TEST_FFunction · 0.85
TESTFunction · 0.85
TEST_FFunction · 0.85
ASSERT_OK_AND_ASSIGNFunction · 0.85

Calls 2

CompareBatchWithFunction · 0.85
EqualsMethod · 0.45

Tested by

no test coverage detected