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

Function SliceArrayWithOffsets

cpp/src/arrow/array/array_nested.cc:215–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213}
214
215static std::shared_ptr<Array> SliceArrayWithOffsets(const Array& array, int64_t begin,
216 int64_t end) {
217 return array.Slice(begin, end - begin);
218}
219
220template <typename ListArrayT>
221Result<std::shared_ptr<Array>> FlattenListArray(const ListArrayT& list_array,

Callers 2

FlattenListArrayFunction · 0.85
FlattenListViewArrayFunction · 0.85

Calls 1

SliceMethod · 0.45

Tested by

no test coverage detected