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

Function ToString

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

Source from the content-addressed store, hash-verified

539// SetSessionOptionErrorValue
540
541std::string ToString(const SetSessionOptionErrorValue& error_value) {
542 static constexpr const char* SetSessionOptionStatusNames[] = {
543 "Unspecified",
544 "InvalidName",
545 "InvalidValue",
546 "Error",
547 };
548 return SetSessionOptionStatusNames[static_cast<int>(error_value)];
549}
550
551std::ostream& operator<<(std::ostream& os,
552 const SetSessionOptionErrorValue& error_value) {

Callers 4

types.ccFile · 0.70
EqualsMethod · 0.70
ToStringMethod · 0.70
StartCallMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected