Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow-rs
/ is_empty
Method
is_empty
arrow-array/src/array/union_array.rs:771–773 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
769
}
770
771
fn is_empty(&self) -> bool {
772
self.type_ids.is_empty()
773
}
774
775
fn shrink_to_fit(&mut self) {
776
self.type_ids.shrink_to_fit();
Callers
2
mask_sparse_helper
Method · 0.45
logical_nulls
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected