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

Method len

arrow-array/src/array/fixed_size_binary_array.rs:753–755  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

751 }
752
753 fn len(&self) -> usize {
754 self.len
755 }
756
757 fn is_empty(&self) -> bool {
758 self.len == 0

Calls

no outgoing calls