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

Function MakeAceroServer

cpp/src/arrow/flight/sql/example/acero_server.cc:185–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183} // namespace
184
185arrow::Result<std::unique_ptr<FlightSqlServerBase>> MakeAceroServer() {
186 return std::make_unique<AceroFlightSqlServer>();
187}
188
189} // namespace acero_example
190} // namespace sql

Callers 1

RunMainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected