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

Method is_empty

arrow-array/src/array/list_array.rs:581–583  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

579 }
580
581 fn is_empty(&self) -> bool {
582 self.value_offsets.len() <= 1
583 }
584
585 fn shrink_to_fit(&mut self) {
586 if let Some(nulls) = &mut self.nulls {

Callers

nothing calls this directly

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected