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

Method len

arrow-buffer/src/bytes.rs:92–94  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

90
91 #[inline]
92 pub fn len(&self) -> usize {
93 self.len
94 }
95
96 #[inline]
97 pub fn is_empty(&self) -> bool {

Callers 2

criterion_benchmarkFunction · 0.45
fromMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected