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

Method Release

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

Source from the content-addressed store, hash-verified

1479 }
1480
1481 void Release() {
1482 if (!ArrowArrayIsReleased(&array_)) {
1483 ArrowArrayRelease(&array_);
1484 DCHECK(ArrowArrayIsReleased(&array_));
1485 }
1486 }
1487
1488 ~ImportedArrayData() { Release(); }
1489

Callers 1

StaticReleaseMethod · 0.45

Calls 2

ArrowArrayIsReleasedFunction · 0.85
ArrowArrayReleaseFunction · 0.85

Tested by

no test coverage detected