Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ operator==
Function
operator==
cpp/src/arrow/datum.h:304–304 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
302
bool Equals(const Datum& other) const;
303
304
bool operator==(const Datum& other) const { return Equals(other); }
305
bool operator!=(const Datum& other) const { return !Equals(other); }
306
307
std::string ToString() const;
Callers
nothing calls this directly
Calls
1
Equals
Function · 0.70
Tested by
no test coverage detected