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

Function ArrowDeviceArrayIsReleased

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

Source from the content-addressed store, hash-verified

72}
73
74inline int ArrowDeviceArrayIsReleased(const struct ArrowDeviceArray* array) {
75 return ArrowArrayIsReleased(&array->array);
76}
77
78/// Mark the C array released (for use in release callbacks)
79inline void ArrowArrayMarkReleased(struct ArrowArray* array) { array->release = NULL; }

Callers 4

ArrowDeviceArrayMoveFunction · 0.85
ArrowDeviceArrayReleaseFunction · 0.85
AssertStreamEndMethod · 0.85
AssertStreamNextMethod · 0.85

Calls 1

ArrowArrayIsReleasedFunction · 0.85

Tested by 2

AssertStreamEndMethod · 0.68
AssertStreamNextMethod · 0.68