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

Method release

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

Source from the content-addressed store, hash-verified

2694 }
2695
2696 static void release(ArrowAsyncDeviceStreamHandler* self) {
2697 delete reinterpret_cast<PrivateData*>(self->private_data);
2698 }
2699
2700 std::shared_ptr<State> state_;
2701};

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected