Expand description
Helper trait FlightSqlService for implementing a FlightService that implements FlightSQL.
Structs§
- PeekableFlight Data Stream 
- 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_putrequests
Statics§
- BEGIN_SAVEPOINT 🔒
- BEGIN_TRANSACTION 🔒
- CANCEL_QUERY 🔒
- CLOSE_PREPARED_ 🔒STATEMENT 
- CREATE_PREPARED_ 🔒STATEMENT 
- CREATE_PREPARED_ 🔒SUBSTRAIT_ PLAN 
- END_SAVEPOINT 🔒
- END_TRANSACTION 🔒
Traits§
- FlightSqlService 
- Implements FlightSqlService to handle the flight sql protocol