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

Method len

parquet/src/arrow/buffer/offset_buffer.rs:50–52  ·  view source on GitHub ↗

Returns the number of byte arrays in this buffer

(&self)

Source from the content-addressed store, hash-verified

48
49 /// Returns the number of byte arrays in this buffer
50 pub fn len(&self) -> usize {
51 self.offsets.len() - 1
52 }
53
54 pub fn is_empty(&self) -> bool {
55 self.len() == 0

Callers 15

rootsMethod · 0.45
columnsMethod · 0.45
without_nested_typesMethod · 0.45
parquet_columnFunction · 0.45
from_filtersMethod · 0.45
offsetMethod · 0.45
is_emptyMethod · 0.45
next_mask_chunkMethod · 0.45
mask_values_forMethod · 0.45

Calls

no outgoing calls