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/byte_view_array.rs:880–882 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
878
}
879
880
fn is_empty(&self) -> bool {
881
self.views.is_empty()
882
}
883
884
fn shrink_to_fit(&mut self) {
885
self.views.shrink_to_fit();
Callers
1
gc
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected