MCPcopy 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_benchmarkFunction · 0.45
get_data_dirFunction · 0.45
poll_nextMethod · 0.45
buildMethod · 0.45
mainFunction · 0.45
encode_blocksFunction · 0.45
compute_list_view_boundsFunction · 0.45
convert_rowsMethod · 0.45
decode_columnFunction · 0.45
decodeFunction · 0.45
fromMethod · 0.45
get_flight_infoMethod · 0.45

Calls

no outgoing calls

Tested by 4

get_data_dirFunction · 0.36
get_flight_infoMethod · 0.36
do_putMethod · 0.36
verify_arrow_streamFunction · 0.36