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

Function value_slice

cpp/src/arrow/array/array_nested.h:604–606  ·  view source on GitHub ↗

\pre IsValid(i)

Source from the content-addressed store, hash-verified

602 }
603 /// \pre IsValid(i)
604 std::shared_ptr<Array> value_slice(int64_t i) const {
605 return values_->Slice(value_offset(i), value_length(i));
606 }
607
608 /// \brief Return an Array that is a concatenation of the lists in this array.
609 ///

Callers

nothing calls this directly

Calls 3

value_offsetFunction · 0.85
value_lengthFunction · 0.70
SliceMethod · 0.45

Tested by

no test coverage detected