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

Method Release

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

Source from the content-addressed store, hash-verified

1484 }
1485
1486 void Release() {
1487 if (!ArrowArrayIsReleased(&array_)) {
1488 ArrowArrayRelease(&array_);
1489 DCHECK(ArrowArrayIsReleased(&array_));
1490 }
1491 }
1492
1493 ~ImportedArrayData() { Release(); }
1494

Callers 1

StaticReleaseMethod · 0.45

Calls 2

ArrowArrayIsReleasedFunction · 0.85
ArrowArrayReleaseFunction · 0.85

Tested by

no test coverage detected