Expand description
Helper trait FlightSqlService
for implementing a FlightService
that implements FlightSQL.
Structs§
- Peekable
Flight Data Stream - A wrapper around
Streaming<FlightData>
that allows “peeking” at the message at the front of the stream without consuming it.
Enums§
- DoPut
Error - Unrecoverable errors associated with
do_put
requests
Statics§
- BEGIN_
SAVEPOINT 🔒 - BEGIN_
TRANSACTION 🔒 - CANCEL_
QUERY 🔒 - CLOSE_
PREPARED_ 🔒STATEMENT - CREATE_
PREPARED_ 🔒STATEMENT - CREATE_
PREPARED_ 🔒SUBSTRAIT_ PLAN - END_
SAVEPOINT 🔒 - END_
TRANSACTION 🔒
Traits§
- Flight
SqlService - Implements FlightSqlService to handle the flight sql protocol