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

Method Finish

cpp/src/arrow/csv/parser.cc:72–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 }
71
72 void Finish(std::shared_ptr<Buffer>* out_parsed) {
73 ARROW_CHECK_OK(parsed_buffer_->Resize(parsed_size_));
74 *out_parsed = parsed_buffer_;
75 }
76
77 void BeginLine() { saved_parsed_size_ = parsed_size_; }
78

Callers

nothing calls this directly

Calls 1

ResizeMethod · 0.45

Tested by

no test coverage detected