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

Method Equals

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

Source from the content-addressed store, hash-verified

194}
195
196bool BasicAuth::Equals(const BasicAuth& other) const {
197 return (username == other.username) && (password == other.password);
198}
199
200arrow::Status BasicAuth::Deserialize(std::string_view serialized, BasicAuth* out) {
201 return DeserializeProtoString<pb::BasicAuth, BasicAuth>("BasicAuth", serialized, out);

Callers 15

TestRoundtripFunction · 0.45
TESTFunction · 0.45
CheckBuffersOnDeviceFunction · 0.45
GetFlightInfoMethod · 0.45
RunExchangePutMethod · 0.45
RunExchangeTotalMethod · 0.45
GetSchemaMethod · 0.45
UploadBatchesToFlightFunction · 0.45
ConsumeFlightLocationFunction · 0.45
RunClientMethod · 0.45
ValidateMethod · 0.45

Calls 5

CompareSessionOptionMapsFunction · 0.85
ToStringFunction · 0.70
getMethod · 0.45
ToStringMethod · 0.45
valueMethod · 0.45

Tested by 14

TestRoundtripFunction · 0.36
TESTFunction · 0.36
CheckBuffersOnDeviceFunction · 0.36
GetFlightInfoMethod · 0.36
RunExchangePutMethod · 0.36
RunExchangeTotalMethod · 0.36
GetSchemaMethod · 0.36
UploadBatchesToFlightFunction · 0.36
ConsumeFlightLocationFunction · 0.36
RunClientMethod · 0.36
ValidateMethod · 0.36
ValidateSchemaMethod · 0.36