Package org.apache.arrow.adbc.driver.flightsql
-
Interface Summary Interface Description FlightSqlConnectionProperties Defines connection options that are used by the FlightSql driver. -
Class Summary Class Description BaseFlightReader Base class for ArrowReaders based on consuming data from FlightEndpoints.FlightInfoReader An ArrowReader that wraps a FlightInfo.FlightSqlClientWithCallOptions A wrapper around FlightSqlClient which automatically adds CallOptions to each RPC call.FlightSqlConnection FlightSqlDatabase An instance of a database (e.g. a handle to an in-memory database).FlightSqlDriver An ADBC driver wrapping Arrow Flight SQL.FlightSqlDriverFactory Constructs new FlightSqlDriver instances.FlightSqlStatement