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

Method offset

arrow-buffer/src/buffer/boolean.rs:466–468  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

464 /// Returns the offset of this [`BooleanBuffer`] in bits (not bytes)
465 #[inline]
466 pub fn offset(&self) -> usize {
467 self.bit_offset
468 }
469
470 /// Returns the length of this [`BooleanBuffer`] in bits (not bytes)
471 #[inline]

Callers 1

unaligned_bit_chunksMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected