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

Method MakeClient

cpp/src/arrow/flight/transport.cc:161–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159TransportRegistry::TransportRegistry() { impl_ = std::make_unique<Impl>(); }
160TransportRegistry::~TransportRegistry() = default;
161arrow::Result<std::unique_ptr<ClientTransport>> TransportRegistry::MakeClient(
162 const std::string& scheme) const {
163 return impl_->MakeClient(scheme);
164}
165arrow::Result<std::unique_ptr<ServerTransport>> TransportRegistry::MakeServer(
166 const std::string& scheme, FlightServerBase* base,
167 std::shared_ptr<MemoryManager> memory_manager) const {

Callers 1

ConnectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected