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

Method len

arrow-array/src/array/byte_view_array.rs:876–878  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

874 }
875
876 fn len(&self) -> usize {
877 self.views.len()
878 }
879
880 fn is_empty(&self) -> bool {
881 self.views.is_empty()

Calls

no outgoing calls