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

Function Ticket

cpp/src/arrow/flight/types.h:478–479  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

476
477 Ticket() = default;
478 Ticket(std::string ticket) // NOLINT runtime/explicit
479 : ticket(std::move(ticket)) {}
480
481 std::string ToString() const;
482 bool Equals(const Ticket& other) const;

Callers 1

types.hFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected