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

Method lead_padding

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

Returns the number of leading padding bits

(&self)

Source from the content-addressed store, hash-verified

133
134 /// Returns the number of leading padding bits
135 pub fn lead_padding(&self) -> usize {
136 self.lead_padding
137 }
138
139 /// Returns the number of trailing padding bits
140 pub fn trailing_padding(&self) -> usize {

Callers 4

has_falseMethod · 0.80
newMethod · 0.80
iter_set_bits_revFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected