Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_true
Method · 0.80
has_false
Method · 0.80
create_parquet_file
Function · 0.80
iter_set_bits_rev
Function · 0.80
make_test_file_rg
Function · 0.80
build_parquet_file
Function · 0.80
Calls
no outgoing calls
Tested by
2
make_test_file_rg
Function · 0.64
build_parquet_file
Function · 0.64