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

Method len

arrow-array/src/array/mod.rs:453–455  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

451 }
452
453 fn len(&self) -> usize {
454 self.as_ref().len()
455 }
456
457 fn is_empty(&self) -> bool {
458 self.as_ref().is_empty()

Callers 2

print_long_arrayFunction · 0.45

Calls 1

as_refMethod · 0.45

Tested by 1