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

Function ImportChunkedArray

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

Source from the content-addressed store, hash-verified

2512}
2513
2514Result<std::shared_ptr<ChunkedArray>> ImportChunkedArray(
2515 struct ArrowArrayStream* stream) {
2516 return ImportChunked</*IsDevice=*/false>(stream);
2517}
2518
2519Result<std::shared_ptr<ChunkedArray>> ImportDeviceChunkedArray(
2520 struct ArrowDeviceArrayStream* stream, const DeviceMemoryMapper& mapper) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected