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

Method ImportedArrayData

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

Source from the content-addressed store, hash-verified

1475 std::shared_ptr<Device::SyncEvent> device_sync_;
1476
1477 ImportedArrayData() {
1478 ArrowArrayMarkReleased(&array_); // Initially released
1479 }
1480
1481 void Release() {
1482 if (!ArrowArrayIsReleased(&array_)) {

Callers

nothing calls this directly

Calls 1

ArrowArrayMarkReleasedFunction · 0.85

Tested by

no test coverage detected