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

Method SerializeToBuffer

cpp/src/parquet/thrift_internal.h:649–652  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

647 /// is serialized.
648 template <class T>
649 void SerializeToBuffer(const T* obj, uint32_t* len, uint8_t** buffer) {
650 SerializeObject(obj);
651 mem_buffer_->getBuffer(buffer, len);
652 }
653
654 template <class T>
655 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