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

Function AssertBatchesEqual

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

Source from the content-addressed store, hash-verified

155}
156
157void AssertBatchesEqual(const RecordBatch& expected, const RecordBatch& actual,
158 bool check_metadata, const EqualOptions& options) {
159 AssertTsSame(expected, actual,
160 [&](const RecordBatch& expected, const RecordBatch& actual) {
161 return expected.Equals(actual, check_metadata, options);
162 });
163}
164
165void AssertBatchesApproxEqual(const RecordBatch& expected, const RecordBatch& actual,
166 const EqualOptions& options) {

Callers 15

TEST_FFunction · 0.85
ASSERT_OK_AND_ASSIGNFunction · 0.85
TEST_FFunction · 0.85
AssertCreatedDataMethod · 0.85
TEST_PFunction · 0.85
AssertScanTaskEqualsMethod · 0.85
AssertBatchEqualsMethod · 0.85
AssertScannerEqualsMethod · 0.85
CheckScannedBatchesMethod · 0.85
TESTFunction · 0.85
TEST_PFunction · 0.85

Calls 2

AssertTsSameFunction · 0.85
EqualsMethod · 0.45

Tested by

no test coverage detected