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.

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 πŸ”’