MCPcopy Create free account
hub / github.com/apache/arrow / Equals

Function Equals

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

Source from the content-addressed store, hash-verified

2131 std::string ToDotPath() const;
2132
2133 bool Equals(const FieldRef& other) const { return impl_ == other.impl_; }
2134
2135 std::string ToString() const;
2136

Callers 14

EqualsMethod · 0.70
ApproxEqualsMethod · 0.70
MergeWithMethod · 0.70
EqualsMethod · 0.70
type.hFile · 0.70
operator!Function · 0.70
ApproxEqualsFunction · 0.70
EqualsMethod · 0.70
operator==Function · 0.70
operator!=Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected