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

Method values

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

Source from the content-addressed store, hash-verified

508 /// Returns the packed values of this [`BooleanBuffer`] not including any offset
509 #[inline]
510 pub fn values(&self) -> &[u8] {
511 &self.buffer
512 }
513
514 /// Slices this [`BooleanBuffer`] by the provided `offset` and `length`
515 pub fn slice(&self, offset: usize, len: usize) -> Self {

Callers 9

bit_chunksMethod · 0.45
bitwise_bin_op_assignMethod · 0.45
unaligned_bit_chunksMethod · 0.45
set_indicesMethod · 0.45
set_indices_u32Method · 0.45
set_slicesMethod · 0.45
into_iterMethod · 0.45

Calls

no outgoing calls

Tested by 2