Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ Finish
Method
Finish
cpp/src/arrow/acero/sink_node.cc:255–258 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
253
254
protected:
255
virtual Status Finish() {
256
producer_.Close();
257
return Status::OK();
258
}
259
260
static Status ValidateOptions(const SinkNodeOptions& sink_options) {
261
if (!sink_options.generator) {
Callers
1
Finish
Method · 0.45
Calls
2
OK
Function · 0.50
Close
Method · 0.45
Tested by
no test coverage detected