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

Function ImportChunkedArray

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

Source from the content-addressed store, hash-verified

2517}
2518
2519Result<std::shared_ptr<ChunkedArray>> ImportChunkedArray(
2520 struct ArrowArrayStream* stream) {
2521 return ImportChunked</*IsDevice=*/false>(stream);
2522}
2523
2524Result<std::shared_ptr<ChunkedArray>> ImportDeviceChunkedArray(
2525 struct ArrowDeviceArrayStream* stream, const DeviceMemoryMapper& mapper) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected