Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
80
bool ExecBatch::Equals(const ExecBatch& other) const {
81
return guarantee == other.guarantee && values == other.values;
82
}
83
84
void PrintTo(const ExecBatch& batch, std::ostream* os) {
85
*os <<
"ExecBatch\n"
;
Callers
15
TEST
Function · 0.45
AssertDictConversion
Function · 0.45
TEST
Function · 0.45
CheckAddDispatch
Function · 0.45
TEST
Function · 0.45
ExecuteImpl
Method · 0.45
CheckIteration
Method · 0.45
TEST_F
Function · 0.45
exec_test.cc
File · 0.45
GenericEquals
Function · 0.45
function_internal.h
File · 0.45
TEST
Function · 0.45
Calls
no outgoing calls
Tested by
8
TEST
Function · 0.36
AssertDictConversion
Function · 0.36
TEST
Function · 0.36
CheckAddDispatch
Function · 0.36
TEST
Function · 0.36
CheckIteration
Method · 0.36
TEST_F
Function · 0.36
TEST
Function · 0.36