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

Method FinishInternal

cpp/src/arrow/dataset/file_csv.cc:508–512  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

506}
507
508Future<> CsvFileWriter::FinishInternal() {
509 // The CSV writer's Close() is a no-op, so just treat it as synchronous
510 RETURN_NOT_OK(batch_writer_->Close());
511 return Status::OK();
512}
513
514} // namespace dataset
515} // namespace arrow

Callers 14

FinishInternalFunction · 0.45
TestRangeOfValuesUsedMethod · 0.45
BuildArrayMethod · 0.45
FlushFinalMethod · 0.45
FlushMethod · 0.45
ExecArrayMaskMethod · 0.45
ExecMethod · 0.45
ExecMethod · 0.45
PairwiseExecFunction · 0.45
ExecMethod · 0.45

Calls 2

OKFunction · 0.50
CloseMethod · 0.45

Tested by 1

TestRangeOfValuesUsedMethod · 0.36