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

Method SerializeToBuffer

cpp/src/arrow/flight/types.h:216–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214 }
215
216 inline arrow::Result<std::shared_ptr<Buffer>> SerializeToBuffer() const {
217 std::string out;
218 ARROW_RETURN_NOT_OK(self().SelfT::SerializeToString(&out));
219 return Buffer::FromString(std::move(out));
220 }
221};
222
223} // namespace internal

Callers 1

PackActionResultFunction · 0.45

Calls 1

FromStringFunction · 0.85

Tested by

no test coverage detected