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

Method chunks

arrow-buffer/src/util/bit_chunk_iterator.rs:155–157  ·  view source on GitHub ↗

Returns reference to the chunks

(&self)

Source from the content-addressed store, hash-verified

153
154 /// Returns reference to the chunks
155 pub fn chunks(&self) -> &'a [u64] {
156 self.chunks
157 }
158
159 /// Returns an iterator over the chunks
160 pub fn iter(&self) -> UnalignedBitChunkIterator<'a> {

Callers 5

has_trueMethod · 0.80
has_falseMethod · 0.80
count_first_runFunction · 0.80
eq_scalar_innerFunction · 0.80
iter_set_bits_revFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected