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

Method SerializeToString

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

Source from the content-addressed store, hash-verified

202}
203
204arrow::Status BasicAuth::SerializeToString(std::string* out) const {
205 return SerializeToProtoString<pb::BasicAuth>("BasicAuth", *this, out);
206}
207
208FlightDescriptor::FlightDescriptor() = default;
209

Callers 8

SerializeToStringFunction · 0.45
GetFlightInfoMethod · 0.45
PackToAnyAndSerializeFunction · 0.45
ToPayloadFunction · 0.45
DoSinglePerfRunFunction · 0.45
PackActionResultFunction · 0.45
client.ccFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected