Module server

Module server 

Source
Available on crate feature flight-sql only.
Expand description

Helper trait FlightSqlService for implementing a FlightService that implements FlightSQL.

Structs§

PeekableFlightDataStream
A wrapper around Streaming<FlightData> that allows “peeking” at the message at the front of the stream without consuming it.

Enums§

DoPutError
Unrecoverable errors associated with do_put requests

Traits§

FlightSqlService
Implements FlightSqlService to handle the flight sql protocol