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

Method Finish

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

Source from the content-addressed store, hash-verified

127 }
128
129 Result<std::shared_ptr<Buffer>> Finish() {
130 RETURN_NOT_OK(values_buffer_->Resize(values_size_ * sizeof(*values_)));
131 return std::move(values_buffer_);
132 }
133
134 const Status& status() const { return status_; }
135

Callers 1

ParseSpecializedMethod · 0.45

Calls 1

ResizeMethod · 0.45

Tested by

no test coverage detected