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

Function ArrowArrayIsReleased

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

Query whether the C array is released

Source from the content-addressed store, hash-verified

68
69/// Query whether the C array is released
70inline int ArrowArrayIsReleased(const struct ArrowArray* array) {
71 return array->release == NULL;
72}
73
74inline int ArrowDeviceArrayIsReleased(const struct ArrowDeviceArray* array) {
75 return ArrowArrayIsReleased(&array->array);

Callers 15

TestWithArrayFactoryMethod · 0.85
ArrowArrayMoveFunction · 0.85
ArrowArrayReleaseFunction · 0.85
TEST_FFunction · 0.85
CheckImportMethod · 0.85
CheckImportErrorMethod · 0.85
TestWithArrayFactoryMethod · 0.85
TestWithBatchFactoryMethod · 0.85

Calls

no outgoing calls

Tested by 13

TestWithArrayFactoryMethod · 0.68
TEST_FFunction · 0.68
CheckImportMethod · 0.68
CheckImportErrorMethod · 0.68
TestWithArrayFactoryMethod · 0.68
TestWithBatchFactoryMethod · 0.68
TestWithArrayFactoryMethod · 0.68
TestWithBatchFactoryMethod · 0.68
AssertStreamEndMethod · 0.68