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

Method trailing_padding

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

Returns the number of trailing padding bits

(&self)

Source from the content-addressed store, hash-verified

138
139 /// Returns the number of trailing padding bits
140 pub fn trailing_padding(&self) -> usize {
141 self.trailing_padding
142 }
143
144 /// Returns the prefix, if any
145 pub fn prefix(&self) -> Option<u64> {

Callers 2

has_falseMethod · 0.80
iter_set_bits_revFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected