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

Method len

arrow-data/src/transform/mod.rs:753–755  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

751 /// Returns the current length
752 #[inline]
753 pub fn len(&self) -> usize {
754 self.data.len
755 }
756
757 /// Returns true if len is 0
758 #[inline]

Callers 15

base_equalFunction · 0.45
fixed_binary_equalFunction · 0.45
primitive_equalFunction · 0.45
equalFunction · 0.45
list_view_equalFunction · 0.45
resize_for_bitsFunction · 0.45
get_last_offsetFunction · 0.45
with_capacitiesMethod · 0.45
into_builderMethod · 0.45
build_extend_denseFunction · 0.45
extend_nulls_denseFunction · 0.45

Calls

no outgoing calls

Tested by 1