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

Function CompareBatch

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

Source from the content-addressed store, hash-verified

554}
555
556void CompareBatch(const RecordBatch& left, const RecordBatch& right,
557 bool compare_metadata, const EqualOptions& options) {
558 return CompareBatchWith(
559 left, right, compare_metadata,
560 [&](const Array& left, const Array& right) { return left.Equals(right, options); });
561}
562
563void ApproxCompareBatch(const RecordBatch& left, const RecordBatch& right,
564 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