InfluxElixir.Flight.Proto.FlightService.Service (InfluxElixir v0.1.14)

Copy Markdown View Source

gRPC service definition for the Arrow Flight protocol.

Only the RPCs required by the InfluxDB v3 Flight query path are defined here:

  • DoGet — streams FlightData for a given Ticket
  • GetFlightInfo — returns FlightInfo for a FlightDescriptor

The full Flight spec also includes Handshake, ListFlights, DoPut, DoAction, ListActions, and DoExchange; these can be added as needed.