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

Method FlightServerOptions

cpp/src/arrow/flight/server.cc:139–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137std::atomic<FlightServerBase::Impl*> FlightServerBase::Impl::running_instance_;
138
139FlightServerOptions::FlightServerOptions(const Location& location_)
140 : location(location_),
141 auth_handler(nullptr),
142 tls_certificates(),
143 verify_client(false),
144 root_certificates(),
145 middleware(),
146 memory_manager(CPUDevice::Instance()->default_memory_manager()),
147 builder_hook(nullptr) {}
148
149FlightServerOptions::~FlightServerOptions() = default;
150

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected