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

Method SetArray

r/src/altrep.cpp:847–850  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

845 }
846
847 void SetArray(const std::shared_ptr<Array>& array) {
848 array_ = array.get();
849 string_array_ = internal::checked_cast<const StringArrayType*>(array.get());
850 }
851
852 const Array* array_;
853 const StringArrayType* string_array_;

Callers 2

EltMethod · 0.45
MaterializeMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected