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

Method SerializeToBuffer

cpp/src/parquet/thrift_internal.h:675–678  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

673 /// is serialized.
674 template <class T>
675 void SerializeToBuffer(const T* obj, uint32_t* len, uint8_t** buffer) {
676 SerializeObject(obj);
677 mem_buffer_->getBuffer(buffer, len);
678 }
679
680 template <class T>
681 void SerializeToString(const T* obj, std::string* result) {

Callers 3

VerifySignatureMethod · 0.45
WriteToMethod · 0.45
FinishMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected