MCPcopy Create free account
hub / github.com/apache/arrow-rs / consume_bitmap_buffer

Method consume_bitmap_buffer

parquet/src/arrow/record_reader/mod.rs:189–191  ·  view source on GitHub ↗

Returns currently stored null bitmap data for nullable columns. For non-nullable columns, the bitmap is discarded. The side effect is similar to `consume_def_levels`.

(&mut self)

Source from the content-addressed store, hash-verified

187 /// For non-nullable columns, the bitmap is discarded.
188 /// The side effect is similar to `consume_def_levels`.
189 pub fn consume_bitmap_buffer(&mut self) -> Option<Buffer> {
190 self.consume_bitmap()
191 }
192
193 /// Reset state of record reader.
194 /// Should be called after consuming data, e.g. `consume_rep_levels`,

Callers 6

consume_batchMethod · 0.80
consume_batchMethod · 0.80
consume_batchMethod · 0.80
consume_batchMethod · 0.80
consume_batchMethod · 0.80
consume_batchMethod · 0.80

Calls 1

consume_bitmapMethod · 0.80

Tested by

no test coverage detected