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

Function ArrowArrayMarkReleased

cpp/src/arrow/c/helpers.h:79–79  ·  view source on GitHub ↗

Mark the C array released (for use in release callbacks)

Source from the content-addressed store, hash-verified

77
78/// Mark the C array released (for use in release callbacks)
79inline void ArrowArrayMarkReleased(struct ArrowArray* array) { array->release = NULL; }
80
81inline void ArrowDeviceArrayMarkReleased(struct ArrowDeviceArray* array) {
82 ArrowArrayMarkReleased(&array->array);

Callers 6

ArrowArrayMoveFunction · 0.85
NoOpArrayReleaseFunction · 0.85
ReleaseExportedArrayFunction · 0.85
ImportedArrayDataMethod · 0.85
ExportStreamNextFunction · 0.85

Calls

no outgoing calls

Tested by 1

NoOpArrayReleaseFunction · 0.68