Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ operator!=
Function
operator!=
cpp/src/arrow/datum.h:305–305 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
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;
308
};
Callers
nothing calls this directly
Calls
1
Equals
Function · 0.70
Tested by
no test coverage detected