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

Method Finish

cpp/src/arrow/dataset/scanner.cc:1006–1009  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1004}
1005
1006Result<std::shared_ptr<Scanner>> ScannerBuilder::Finish() {
1007 ARROW_ASSIGN_OR_RAISE(auto scan_options, GetScanOptions());
1008 return std::make_shared<AsyncScanner>(dataset_, scan_options);
1009}
1010
1011namespace {
1012

Callers 15

WriteMethod · 0.45
EndWriterCheckedMethod · 0.45
MakeBatchMethod · 0.45
TEST_FFunction · 0.45
ToTableAsyncMethod · 0.45
TEST_FFunction · 0.45
OpenDatasetMethod · 0.45
WriteMethod · 0.45
WriteMethod · 0.45
TEST_FFunction · 0.45
AssertInspectFailureMethod · 0.45

Calls

no outgoing calls

Tested by 15

WriteMethod · 0.36
EndWriterCheckedMethod · 0.36
MakeBatchMethod · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
OpenDatasetMethod · 0.36
WriteMethod · 0.36
WriteMethod · 0.36
TEST_FFunction · 0.36
AssertInspectFailureMethod · 0.36
WriteToBufferMethod · 0.36