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/mod.rs:457–459 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
455
}
456
457
fn is_empty(&self) -> bool {
458
self.as_ref().is_empty()
459
}
460
461
/// For shared buffers, this is a no-op.
462
fn shrink_to_fit(&mut self) {
Callers
2
get_offsets_from_buffer
Function · 0.45
compute_my_thing
Function · 0.45
Calls
1
as_ref
Method · 0.45
Tested by
no test coverage detected