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

Function NoOpArrayRelease

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

Source from the content-addressed store, hash-verified

2583static const void* dense_union_buffers1[2] = {type_codes_buffer1, union_offsets_buffer1};
2584
2585void NoOpArrayRelease(struct ArrowArray* schema) { ArrowArrayMarkReleased(schema); }
2586
2587class TestArrayImport : public ::testing::Test {
2588 public:

Callers

nothing calls this directly

Calls 1

ArrowArrayMarkReleasedFunction · 0.85

Tested by

no test coverage detected