Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ operator!=
Function
operator!=
cpp/src/arrow/type.h:261–261 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
259
}
260
261
bool operator!=(const DataType& other) const { return !(*this == other); }
262
263
bool operator==(const std::shared_ptr<DataType>& other) const {
264
return *this == *other;
Callers
nothing calls this directly
Calls
2
indices
Function · 0.85
indices
Method · 0.80
Tested by
no test coverage detected