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

Method suffix

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

Returns the suffix, if any

(&self)

Source from the content-addressed store, hash-verified

148
149 /// Returns the suffix, if any
150 pub fn suffix(&self) -> Option<u64> {
151 self.suffix
152 }
153
154 /// Returns reference to the chunks
155 pub fn chunks(&self) -> &'a [u64] {

Callers 6

has_trueMethod · 0.80
has_falseMethod · 0.80
create_parquet_fileFunction · 0.80
iter_set_bits_revFunction · 0.80
make_test_file_rgFunction · 0.80
build_parquet_fileFunction · 0.80

Calls

no outgoing calls

Tested by 2

make_test_file_rgFunction · 0.64
build_parquet_fileFunction · 0.64