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

Method release

cpp/src/arrow/c/bridge.cc:2701–2703  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2699 }
2700
2701 static void release(ArrowAsyncDeviceStreamHandler* self) {
2702 delete reinterpret_cast<PrivateData*>(self->private_data);
2703 }
2704
2705 std::shared_ptr<State> state_;
2706};

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected