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

Function Array__View

r/src/array.cpp:187–190  ·  view source on GitHub ↗

[[arrow::export]]

Source from the content-addressed store, hash-verified

185
186// [[arrow::export]]
187std::shared_ptr<arrow::Array> Array__View(const std::shared_ptr<arrow::Array>& array,
188 const std::shared_ptr<arrow::DataType>& type) {
189 return ValueOrStop(array->View(type));
190}
191
192// [[arrow::export]]
193void Array__Validate(const std::shared_ptr<arrow::Array>& array) {

Callers 1

_arrow_Array__ViewFunction · 0.85

Calls 2

ValueOrStopFunction · 0.85
ViewMethod · 0.45

Tested by

no test coverage detected