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

Function GenericEquals

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

Source from the content-addressed store, hash-verified

214
215template <typename T>
216static inline bool GenericEquals(const T& left, const T& right) {
217 return left == right;
218}
219
220template <typename T>
221static 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