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

Method is_empty

arrow-array/src/array/run_array.rs:446–448  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

444 }
445
446 fn is_empty(&self) -> bool {
447 self.run_ends.is_empty()
448 }
449
450 fn shrink_to_fit(&mut self) {
451 self.run_ends.shrink_to_fit();

Callers 2

values_sliceMethod · 0.45
is_nullableMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected