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

Method is_empty

arrow-data/src/transform/mod.rs:759–761  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

757 /// Returns true if len is 0
758 #[inline]
759 pub fn is_empty(&self) -> bool {
760 self.data.len == 0
761 }
762
763 /// Returns the current null count
764 #[inline]

Callers 5

lengths_equalFunction · 0.45
process_extends_batchFunction · 0.45
create_run_array_dataFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected