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

Method len

arrow-schema/src/fields.rs:545–547  ·  view source on GitHub ↗

Returns the number of fields in this [`UnionFields`]

(&self)

Source from the content-addressed store, hash-verified

543
544 /// Returns the number of fields in this [`UnionFields`]
545 pub fn len(&self) -> usize {
546 self.0.len()
547 }
548
549 /// Returns `true` if this is empty
550 pub fn is_empty(&self) -> bool {

Callers 15

try_newMethod · 0.45
with_metadataMethod · 0.45
try_fromMethod · 0.45
equals_datatypeMethod · 0.45
sizeMethod · 0.45
containsMethod · 0.45
supports_data_typeMethod · 0.45
try_newMethod · 0.45
dimensionsMethod · 0.45
try_newMethod · 0.45
newMethod · 0.45

Calls

no outgoing calls