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

Method SerializeToBuffers

cpp/src/arrow/flight/types.cc:889–891  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

887}
888
889arrow::Result<BufferVector> FlightPayload::SerializeToBuffers() const {
890 return internal::SerializePayloadToBuffers(*this);
891}
892
893std::string ActionType::ToString() const {
894 return arrow::internal::JoinToString("<ActionType type='", type, "' description='",

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected