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

Method is_empty

arrow-data/src/data.rs:454–456  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

452 /// Returns whether this [`ArrayData`] is empty
453 #[inline]
454 pub const fn is_empty(&self) -> bool {
455 self.len == 0
456 }
457
458 /// Returns the offset of this [`ArrayData`]
459 #[inline]

Callers 3

typed_offsetsMethod · 0.45
validate_offsetsMethod · 0.45
validate_child_dataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected