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

Method len

arrow-array/src/array/null_array.rs:101–103  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

99 }
100
101 fn len(&self) -> usize {
102 self.len
103 }
104
105 fn is_empty(&self) -> bool {
106 self.len == 0

Callers 2

fromMethod · 0.45

Calls

no outgoing calls

Tested by 1