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

Method len

arrow-array/src/array/struct_array.rs:491–493  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

489 }
490
491 fn len(&self) -> usize {
492 self.len
493 }
494
495 fn is_empty(&self) -> bool {
496 self.len == 0

Callers 10

try_newMethod · 0.45
try_new_with_lengthMethod · 0.45
new_uncheckedMethod · 0.45
num_columnsMethod · 0.45
fromMethod · 0.45
test_struct_array_sliceFunction · 0.45

Calls

no outgoing calls