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

Method IsEmpty

be/src/util/roaring-bitmap.h:187–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185 }
186
187 bool IsEmpty() const { return roaring64_bitmap_is_empty(rbitmap_); }
188 uint64_t Min() const { return roaring64_bitmap_minimum(rbitmap_); }
189 uint64_t Max() const { return roaring64_bitmap_maximum(rbitmap_); }
190 uint64_t Cardinality() const { return roaring64_bitmap_get_cardinality(rbitmap_); }

Callers 5

TESTFunction · 0.45
InitMethod · 0.45
VerifyMethod · 0.45
MaterializeValuesMethod · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.36
TESTFunction · 0.36