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

Method ImportedArrayData

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

Source from the content-addressed store, hash-verified

1480 std::shared_ptr<Device::SyncEvent> device_sync_;
1481
1482 ImportedArrayData() {
1483 ArrowArrayMarkReleased(&array_); // Initially released
1484 }
1485
1486 void Release() {
1487 if (!ArrowArrayIsReleased(&array_)) {

Callers

nothing calls this directly

Calls 1

ArrowArrayMarkReleasedFunction · 0.85

Tested by

no test coverage detected