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

Method AssertOutputsEqual

cpp/src/arrow/field_ref_test.cc:230–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228
229 template <typename I>
230 void AssertOutputsEqual(const std::shared_ptr<Field>& expected,
231 const std::shared_ptr<Field>& actual) const {
232 AssertFieldEqual(*expected, *actual);
233 }
234 template <typename I>
235 void AssertOutputsEqual(const std::shared_ptr<Array>& expected,
236 const std::shared_ptr<Array>& actual) const {

Callers

nothing calls this directly

Calls 5

AssertFieldEqualFunction · 0.85
AssertArraysEqualFunction · 0.85
AssertChunkedEquivalentFunction · 0.85
ValidateFullMethod · 0.45
num_chunksMethod · 0.45

Tested by

no test coverage detected