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