MCPcopy Create free account
hub / github.com/apache/paimon-rust / null_bitmap

Method null_bitmap

crates/paimon/src/btree/reader.rs:98–100  ·  view source on GitHub ↗

Get the null bitmap (row ids of null keys).

(&self)

Source from the content-addressed store, hash-verified

96
97 /// Get the null bitmap (row ids of null keys).
98 pub fn null_bitmap(&self) -> &RoaringTreemap {
99 &self.null_bitmap
100 }
101
102 /// Collect all non-null row ids into a bitmap.
103 pub async fn all_non_null_rows(&self) -> io::Result<RoaringTreemap> {

Callers 5

test_null_keysFunction · 0.80
test_only_nullsFunction · 0.80
queryMethod · 0.80

Calls

no outgoing calls

Tested by 4

test_null_keysFunction · 0.64
test_only_nullsFunction · 0.64