Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ Close
Method
Close
r/src/compute-exec.cpp:151–154 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
149
}
150
151
arrow::Status Close() override {
152
StopProducing();
153
return arrow::Status::OK();
154
}
155
156
const std::shared_ptr<arrow::acero::ExecPlan>& Plan() const { return plan_; }
157
Callers
3
ipc___SerializeRecordBatch__Raw
Function · 0.45
parquet___arrow___FileWriter__Close
Function · 0.45
ipc___RecordBatchWriter__Close
Function · 0.45
Calls
1
OK
Function · 0.50
Tested by
no test coverage detected