Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ Close
Method
Close
r/src/compute-exec.cpp:149–152 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
147
}
148
149
arrow::Status Close() override {
150
StopProducing();
151
return arrow::Status::OK();
152
}
153
154
const std::shared_ptr<arrow::acero::ExecPlan>& Plan() const { return plan_; }
155
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