Uses of Class
org.apache.arrow.adbc.driver.flightsql.FlightSqlClientWithCallOptions
-
-
Uses of FlightSqlClientWithCallOptions in org.apache.arrow.adbc.driver.flightsql
Fields in org.apache.arrow.adbc.driver.flightsql declared as FlightSqlClientWithCallOptions Modifier and Type Field Description protected FlightSqlClientWithCallOptionsBaseFlightReader. clientFields in org.apache.arrow.adbc.driver.flightsql with type parameters of type FlightSqlClientWithCallOptions Modifier and Type Field Description protected com.github.benmanes.caffeine.cache.LoadingCache<org.apache.arrow.flight.Location,FlightSqlClientWithCallOptions>BaseFlightReader. clientCacheConstructors in org.apache.arrow.adbc.driver.flightsql with parameters of type FlightSqlClientWithCallOptions Constructor Description BaseFlightReader(org.apache.arrow.memory.BufferAllocator allocator, FlightSqlClientWithCallOptions client, com.github.benmanes.caffeine.cache.LoadingCache<org.apache.arrow.flight.Location,FlightSqlClientWithCallOptions> clientCache, Supplier<List<org.apache.arrow.flight.FlightEndpoint>> rpcCall)Constructor parameters in org.apache.arrow.adbc.driver.flightsql with type arguments of type FlightSqlClientWithCallOptions Constructor Description BaseFlightReader(org.apache.arrow.memory.BufferAllocator allocator, FlightSqlClientWithCallOptions client, com.github.benmanes.caffeine.cache.LoadingCache<org.apache.arrow.flight.Location,FlightSqlClientWithCallOptions> clientCache, Supplier<List<org.apache.arrow.flight.FlightEndpoint>> rpcCall)
-