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

Function NoOpArrayRelease

cpp/src/arrow/c/bridge_test.cc:2607–2607  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2605static const void* dense_union_buffers1[2] = {type_codes_buffer1, union_offsets_buffer1};
2606
2607void NoOpArrayRelease(struct ArrowArray* schema) { ArrowArrayMarkReleased(schema); }
2608
2609class TestArrayImport : public ::testing::Test {
2610 public:

Callers

nothing calls this directly

Calls 1

ArrowArrayMarkReleasedFunction · 0.85

Tested by

no test coverage detected