MCPcopy 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

FinishMethod · 0.45

Calls 2

OKFunction · 0.50
CloseMethod · 0.45

Tested by

no test coverage detected