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

Method GetArrayData

cpp/src/arrow/array/builder_dict.cc:208–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206}
207
208Status DictionaryMemoTable::GetArrayData(int64_t start_offset,
209 std::shared_ptr<ArrayData>* out) {
210 return impl_->GetArrayData(start_offset, out);
211}
212
213Status DictionaryMemoTable::InsertValues(const Array& array) {
214 return impl_->InsertValues(array);

Callers 2

DoInspectMethod · 0.45
FinishWithDictOffsetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected