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/builder/mod.rs:379–381 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
377
}
378
379
fn is_empty(&self) -> bool {
380
(**self).is_empty()
381
}
382
383
fn finish(&mut self) -> ArrayRef {
384
(**self).finish()
Callers
6
append_array
Method · 0.45
flush_in_progress
Method · 0.45
finish_cloned
Method · 0.45
finish
Method · 0.45
finish_cloned
Method · 0.45
finish_preserve_values
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected