MCPcopy Create free account
hub / github.com/apache/arrow-rs / len

Method len

arrow-data/src/data.rs:448–450  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

446 /// Returns the length (i.e., number of elements) of this [`ArrayData`].
447 #[inline]
448 pub const fn len(&self) -> usize {
449 self.len
450 }
451
452 /// Returns whether this [`ArrayData`] is empty
453 #[inline]

Callers 15

try_newMethod · 0.45
new_nullMethod · 0.45
validateMethod · 0.45
typed_bufferMethod · 0.45
validate_child_dataMethod · 0.45
validate_nullsMethod · 0.45
validate_valuesMethod · 0.45
validate_utf8Method · 0.45
ptr_eqMethod · 0.45
test_builderFunction · 0.45

Calls

no outgoing calls

Tested by 9

test_builderFunction · 0.36
test_null_countFunction · 0.36
test_null_buffer_refFunction · 0.36
test_sliceFunction · 0.36
test_equalityFunction · 0.36
test_slice_memory_sizeFunction · 0.36
test_null_view_typesFunction · 0.36