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

Method Close

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

Source from the content-addressed store, hash-verified

2409 }
2410
2411 Status Close() override {
2412 this->ReleaseStream();
2413 return Status::OK();
2414 }
2415
2416 DeviceAllocationType device_type() const override { return this->get_device_type(); }
2417

Callers

nothing calls this directly

Calls 2

ReleaseStreamMethod · 0.80
OKFunction · 0.50

Tested by

no test coverage detected