Available on crate feature
flight only.Expand description
Default FlightDriver for Flight SQL
Structs§
- Flight
SqlDriver - Default Flight SQL driver. Requires a QUERY to be passed as a table option.
If USERNAME (and optionally PASSWORD) are passed,
will perform the
Handshakeusing basic authentication. Any additional headers for theGetFlightInfocall can be passed as table options using the HEADER_PREFIX prefix. If a token is returned by the server with the handshake response, it will be stored as a gRPC authorization header within the returned FlightMetadata, to be sent with the subsequentDoGetrequests.