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

Method len

arrow-buffer/src/buffer/run.rs:167–169  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

165 /// Returns the logical length of the run-ends stored by this buffer.
166 #[inline]
167 pub fn len(&self) -> usize {
168 self.logical_length
169 }
170
171 /// Returns true if this buffer is logically empty.
172 #[inline]

Callers 6

from_strMethod · 0.45
parse_implFunction · 0.45
has_non_empty_nullsMethod · 0.45
get_physical_indicesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected