Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow-rs
/ is_empty
Method
is_empty
arrow-buffer/src/builder/null.rs:267–269 ·
view source on GitHub ↗
Check if the builder is empty.
(&self)
Source
from the content-addressed store, hash-verified
265
266
/// Check if the builder is empty.
267
pub fn is_empty(&self) -> bool {
268
self.len() == 0
269
}
270
}
271
272
#[cfg(test)]
Callers
nothing calls this directly
Calls
1
len
Method · 0.45
Tested by
no test coverage detected