Module server

Source
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

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

Functions§

arrow_error_to_status 🔒
decode_error_to_status 🔒