MCPcopy Create free account
hub / github.com/apache/arrow / operator!

Function operator!

cpp/src/arrow/type.h:2143–2143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2141
2142 explicit operator bool() const { return Equals(FieldPath{}); }
2143 bool operator!() const { return !Equals(FieldPath{}); }
2144
2145 bool IsFieldPath() const { return std::holds_alternative<FieldPath>(impl_); }
2146 bool IsName() const { return std::holds_alternative<std::string>(impl_); }

Callers

nothing calls this directly

Calls 1

EqualsFunction · 0.70

Tested by

no test coverage detected