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

Method BitmapSizeInBytes

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

Returns serialized size in bytes.

Source from the content-addressed store, hash-verified

191
192 /// Returns serialized size in bytes.
193 uint64_t BitmapSizeInBytes() const {
194 return roaring64_bitmap_portable_size_in_bytes(rbitmap_);
195 }
196
197 bool Optimize() {
198 return roaring64_bitmap_run_optimize(rbitmap_);

Callers 2

AddDeletionVectorMethod · 0.80

Calls

no outgoing calls

Tested by 1