package arrow.flight.protocol

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service FlightService

Flight.proto:34

A flight service is an endpoint for retrieving or storing Arrow data. A flight service can expose one or more predefined endpoints that can be accessed using the Arrow Flight Protocol. Additionally, a flight service can expose a set of actions that are available.

message BasicAuth

Flight.proto:180

A message for doing simple auth.

message CancelFlightInfoRequest

Flight.proto:217

The request of the CancelFlightInfo action. The request should be stored in Action.body.

message CancelFlightInfoResult

Flight.proto:263

The result of the CancelFlightInfo action. The result should be stored in Result.body.

enum CancelStatus

Flight.proto:242

The result of a cancel operation. This is used by CancelFlightInfoResult.status.

Used in: CancelFlightInfoResult

message FlightData

Flight.proto:496

A batch of Arrow data as part of a stream of batches.

Used as request type in: FlightService.DoExchange, FlightService.DoPut

Used as response type in: FlightService.DoExchange, FlightService.DoGet

message FlightDescriptor

Flight.proto:282

The name or tag for a Flight. May be used as a way to retrieve or generate a flight or be used to expose a set of previously defined flights.

Used as request type in: FlightService.GetFlightInfo, FlightService.GetSchema, FlightService.PollFlightInfo

Used as field type in: FlightData, FlightInfo, PollInfo

enum FlightDescriptor.DescriptorType

Flight.proto:287

Describes what type of descriptor is defined.

Used in: FlightDescriptor

message FlightEndpoint

Flight.proto:430

A particular stream or split associated with a flight.

Used in: FlightInfo, RenewFlightEndpointRequest

message FlightInfo

Flight.proto:324

The access coordinates for retrieval of a dataset. With a FlightInfo, a consumer is able to determine how to retrieve a dataset.

Used as response type in: FlightService.GetFlightInfo, FlightService.ListFlights

Used as field type in: CancelFlightInfoRequest, PollInfo

message Location

Flight.proto:478

A location where a Flight service will accept retrieval of a particular stream given a ticket.

Used in: FlightEndpoint

message RenewFlightEndpointRequest

Flight.proto:226

The request of the RenewFlightEndpoint action. The request should be stored in Action.body.

message Ticket

Flight.proto:489

An opaque identifier that the service can use to retrieve a particular portion of a stream. Tickets are meant to be single use. It is an error/application-defined behavior to reuse a ticket.

Used as request type in: FlightService.DoGet

Used as field type in: FlightEndpoint