MCPcopy 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

indicesFunction · 0.85
indicesMethod · 0.80

Tested by

no test coverage detected