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

Method ImportArrayInternal

cpp/src/arrow/c/bridge.cc:2291–2294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2289 }
2290
2291 Result<std::shared_ptr<Array>> ImportArrayInternal(
2292 struct ArrowArray* array, std::shared_ptr<arrow::DataType> type) {
2293 return ImportArray(array, type);
2294 }
2295
2296 Result<std::shared_ptr<Array>> ImportArrayInternal(
2297 struct ArrowDeviceArray* array, std::shared_ptr<arrow::DataType> type) {

Callers 1

ReadNextMethod · 0.80

Calls 2

ImportDeviceArrayFunction · 0.85
ImportArrayFunction · 0.70

Tested by

no test coverage detected