Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_equal
Function · 0.45
process_extends_batch
Function · 0.45
create_run_array_data
Function · 0.45
create_run_array_data_int16
Function · 0.45
create_run_array_data_int64
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected