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

Method ImportArrayInternal

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

Source from the content-addressed store, hash-verified

2294 }
2295
2296 Result<std::shared_ptr<Array>> ImportArrayInternal(
2297 struct ArrowArray* array, std::shared_ptr<arrow::DataType> type) {
2298 return ImportArray(array, type);
2299 }
2300
2301 Result<std::shared_ptr<Array>> ImportArrayInternal(
2302 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