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

Method is_empty

arrow-array/src/array/boolean_array.rs:137–139  ·  view source on GitHub ↗

Returns whether this array is empty.

(&self)

Source from the content-addressed store, hash-verified

135
136 /// Returns whether this array is empty.
137 pub fn is_empty(&self) -> bool {
138 self.values.is_empty()
139 }
140
141 /// Returns a zero-copy slice of this array with the indicated offset and length.
142 pub fn slice(&self, offset: usize, length: usize) -> Self {

Callers 7

binaryFunction · 0.45
binary_mutFunction · 0.45
try_binaryFunction · 0.45
try_binary_mutFunction · 0.45
aggregate_nullable_lanesFunction · 0.45
buffersMethod · 0.45
buffer_lenMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected