Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow-rs
/ is_empty
Method
is_empty
arrow-data/src/ffi.rs:262–264 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
260
/// whether the array is empty
261
#[inline]
262
pub fn is_empty(&self) -> bool {
263
self.length == 0
264
}
265
266
/// Whether the array has been released
267
#[inline]
Callers
15
add_benchmark
Function · 0.45
get_data_dir
Function · 0.45
poll_next
Method · 0.45
build
Method · 0.45
main
Function · 0.45
encode_blocks
Function · 0.45
compute_list_view_bounds
Function · 0.45
convert_rows
Method · 0.45
decode_column
Function · 0.45
decode
Function · 0.45
from
Method · 0.45
get_flight_info
Method · 0.45
Calls
no outgoing calls
Tested by
4
get_data_dir
Function · 0.36
get_flight_info
Method · 0.36
do_put
Method · 0.36
verify_arrow_stream
Function · 0.36