MCPcopy Create free account
hub / github.com/apache/arrow / length

Function length

cpp/src/arrow/array/array_base.h:86–86  ·  view source on GitHub ↗

Size in the number of elements this array contains.

Source from the content-addressed store, hash-verified

84
85 /// Size in the number of elements this array contains.
86 int64_t length() const { return data_->length; }
87
88 /// A relative position into another array's data, to enable zero-copy
89 /// slicing. This value defaults to zero

Callers 6

endFunction · 0.70
endMethod · 0.70
UnsafeAppendMethod · 0.70
GetValueMethod · 0.70
endMethod · 0.70
endFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected