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

Method len

arrow-array/src/array/primitive_array.rs:714–716  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

712 /// Returns the length of this array.
713 #[inline]
714 pub fn len(&self) -> usize {
715 self.values.len()
716 }
717
718 /// Returns whether this array is empty.
719 pub fn is_empty(&self) -> bool {

Callers 15

try_newMethod · 0.45
from_iter_valuesMethod · 0.45
try_unaryMethod · 0.45
try_unary_mutMethod · 0.45
unary_optMethod · 0.45
from_unaryMethod · 0.45
into_builderMethod · 0.45
fromMethod · 0.45

Calls

no outgoing calls