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

Method Equals

cpp/src/arrow/compute/exec.cc:80–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80bool ExecBatch::Equals(const ExecBatch& other) const {
81 return guarantee == other.guarantee && values == other.values;
82}
83
84void PrintTo(const ExecBatch& batch, std::ostream* os) {
85 *os << "ExecBatch\n";

Callers 15

TESTFunction · 0.45
AssertDictConversionFunction · 0.45
TESTFunction · 0.45
CheckAddDispatchFunction · 0.45
TESTFunction · 0.45
ExecuteImplMethod · 0.45
CheckIterationMethod · 0.45
TEST_FFunction · 0.45
exec_test.ccFile · 0.45
GenericEqualsFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 8

TESTFunction · 0.36
AssertDictConversionFunction · 0.36
TESTFunction · 0.36
CheckAddDispatchFunction · 0.36
TESTFunction · 0.36
CheckIterationMethod · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36