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

Function GenericEquals

cpp/src/arrow/compute/function_internal.h:231–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229
230template <typename T>
231static inline bool GenericEquals(const T& left, const T& right) {
232 return left == right;
233}
234
235template <typename T>
236static inline bool GenericEquals(const std::shared_ptr<T>& left,

Callers 1

Calls 3

IsEmptyFunction · 0.85
EqualsMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected