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

Method Close

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

Source from the content-addressed store, hash-verified

2404 }
2405
2406 Status Close() override {
2407 this->ReleaseStream();
2408 return Status::OK();
2409 }
2410
2411 DeviceAllocationType device_type() const override { return this->get_device_type(); }
2412

Callers

nothing calls this directly

Calls 2

ReleaseStreamMethod · 0.80
OKFunction · 0.50

Tested by

no test coverage detected