Module arrow_flight::client

source ·
Expand description

Mid Level FlightClient

Structs§

  • Wrapper around fallible stream such that when it encounters an error it uses the oneshot sender to notify the error and stop any further streaming. See do_put or do_exchange for it’s uses.
  • Wrapper for a tonic response stream that can produce a tonic error. This is tied to a oneshot receiver which can be notified of other errors. When it receives an error through receiver end, it prioritises that error to be sent back. See do_put or do_exchange for it’s uses
  • A “Mid level” Apache Arrow Flight client.