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

Function IsEmpty

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

Source from the content-addressed store, hash-verified

242}
243
244static inline bool IsEmpty(const std::shared_ptr<const KeyValueMetadata>& meta) {
245 return !meta || meta->size() == 0;
246}
247
248static inline bool GenericEquals(const std::shared_ptr<const KeyValueMetadata>& left,
249 const std::shared_ptr<const KeyValueMetadata>& right) {

Callers 2

GenericEqualsFunction · 0.85
TESTFunction · 0.85

Calls 1

sizeMethod · 0.45

Tested by 1

TESTFunction · 0.68