Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- addBytesRead(long) - Method in class org.apache.arrow.adbc.driver.flightsql.BaseFlightReader
B
- BaseFlightReader - Class in org.apache.arrow.adbc.driver.flightsql
-
Base class for ArrowReaders based on consuming data from FlightEndpoints.
- BaseFlightReader(BufferAllocator, FlightSqlClientWithCallOptions, LoadingCache<Location, FlightSqlClientWithCallOptions>, Supplier<List<FlightEndpoint>>) - Constructor for class org.apache.arrow.adbc.driver.flightsql.BaseFlightReader
- beginSavepoint(FlightSqlClient.Transaction, String, CallOption...) - Method in class org.apache.arrow.adbc.driver.flightsql.FlightSqlClientWithCallOptions
- beginTransaction(CallOption...) - Method in class org.apache.arrow.adbc.driver.flightsql.FlightSqlClientWithCallOptions
- bind(VectorSchemaRoot) - Method in class org.apache.arrow.adbc.driver.flightsql.FlightSqlStatement
- bulkIngest(String, BulkIngestMode) - Method in class org.apache.arrow.adbc.driver.flightsql.FlightSqlConnection
- bytesRead() - Method in class org.apache.arrow.adbc.driver.flightsql.BaseFlightReader
C
- cancelFlightInfo(CancelFlightInfoRequest, CallOption...) - Method in class org.apache.arrow.adbc.driver.flightsql.FlightSqlClientWithCallOptions
- cancelQuery(FlightInfo, CallOption...) - Method in class org.apache.arrow.adbc.driver.flightsql.FlightSqlClientWithCallOptions
- client - Variable in class org.apache.arrow.adbc.driver.flightsql.BaseFlightReader
- clientCache - Variable in class org.apache.arrow.adbc.driver.flightsql.BaseFlightReader
- close() - Method in class org.apache.arrow.adbc.driver.flightsql.FlightSqlClientWithCallOptions
- close() - Method in class org.apache.arrow.adbc.driver.flightsql.FlightSqlConnection
- close() - Method in class org.apache.arrow.adbc.driver.flightsql.FlightSqlDatabase
- close() - Method in class org.apache.arrow.adbc.driver.flightsql.FlightSqlStatement
- closeReadSource() - Method in class org.apache.arrow.adbc.driver.flightsql.BaseFlightReader
- commit() - Method in class org.apache.arrow.adbc.driver.flightsql.FlightSqlConnection
- commit(FlightSqlClient.Transaction, CallOption...) - Method in class org.apache.arrow.adbc.driver.flightsql.FlightSqlClientWithCallOptions
- connect() - Method in class org.apache.arrow.adbc.driver.flightsql.FlightSqlDatabase
- createStatement() - Method in class org.apache.arrow.adbc.driver.flightsql.FlightSqlConnection
E
- execute(String, CallOption...) - Method in class org.apache.arrow.adbc.driver.flightsql.FlightSqlClientWithCallOptions
- execute(String, FlightSqlClient.Transaction, CallOption...) - Method in class org.apache.arrow.adbc.driver.flightsql.FlightSqlClientWithCallOptions
- executePartitioned() - Method in class org.apache.arrow.adbc.driver.flightsql.FlightSqlStatement
- executePrepared(FlightSqlClient.PreparedStatement, CallOption...) - Method in class org.apache.arrow.adbc.driver.flightsql.FlightSqlClientWithCallOptions
- executePreparedUpdate(FlightSqlClient.PreparedStatement, CallOption...) - Method in class org.apache.arrow.adbc.driver.flightsql.FlightSqlClientWithCallOptions
- executeQuery() - Method in class org.apache.arrow.adbc.driver.flightsql.FlightSqlStatement
- executeSchema() - Method in class org.apache.arrow.adbc.driver.flightsql.FlightSqlStatement
- executeSubstrait(FlightSqlClient.SubstraitPlan, CallOption...) - Method in class org.apache.arrow.adbc.driver.flightsql.FlightSqlClientWithCallOptions
- executeSubstrait(FlightSqlClient.SubstraitPlan, FlightSqlClient.Transaction, CallOption...) - Method in class org.apache.arrow.adbc.driver.flightsql.FlightSqlClientWithCallOptions
- executeSubstraitUpdate(FlightSqlClient.SubstraitPlan, CallOption...) - Method in class org.apache.arrow.adbc.driver.flightsql.FlightSqlClientWithCallOptions
- executeSubstraitUpdate(FlightSqlClient.SubstraitPlan, FlightSqlClient.Transaction, CallOption...) - Method in class org.apache.arrow.adbc.driver.flightsql.FlightSqlClientWithCallOptions
- executeUpdate() - Method in class org.apache.arrow.adbc.driver.flightsql.FlightSqlStatement
- executeUpdate(String, CallOption...) - Method in class org.apache.arrow.adbc.driver.flightsql.FlightSqlClientWithCallOptions
- executeUpdate(String, FlightSqlClient.Transaction, CallOption...) - Method in class org.apache.arrow.adbc.driver.flightsql.FlightSqlClientWithCallOptions
F
- FlightInfoReader - Class in org.apache.arrow.adbc.driver.flightsql
-
An ArrowReader that wraps a FlightInfo.
- FlightSqlClientWithCallOptions - Class in org.apache.arrow.adbc.driver.flightsql
-
A wrapper around FlightSqlClient which automatically adds CallOptions to each RPC call.
- FlightSqlClientWithCallOptions(FlightSqlClient, CallOption...) - Constructor for class org.apache.arrow.adbc.driver.flightsql.FlightSqlClientWithCallOptions
- FlightSqlConnection - Class in org.apache.arrow.adbc.driver.flightsql
- FlightSqlConnectionProperties - Interface in org.apache.arrow.adbc.driver.flightsql
-
Defines connection options that are used by the FlightSql driver.
- FlightSqlDatabase - Class in org.apache.arrow.adbc.driver.flightsql
-
An instance of a database (e.g. a handle to an in-memory database).
- FlightSqlDriver - Class in org.apache.arrow.adbc.driver.flightsql
-
An ADBC driver wrapping Arrow Flight SQL.
- FlightSqlDriver(BufferAllocator) - Constructor for class org.apache.arrow.adbc.driver.flightsql.FlightSqlDriver
- FlightSqlDriverFactory - Class in org.apache.arrow.adbc.driver.flightsql
-
Constructs new FlightSqlDriver instances.
- FlightSqlDriverFactory() - Constructor for class org.apache.arrow.adbc.driver.flightsql.FlightSqlDriverFactory
- FlightSqlStatement - Class in org.apache.arrow.adbc.driver.flightsql
G
- getAutoCommit() - Method in class org.apache.arrow.adbc.driver.flightsql.FlightSqlConnection
- getCatalogs(CallOption...) - Method in class org.apache.arrow.adbc.driver.flightsql.FlightSqlClientWithCallOptions
- getCatalogsSchema(CallOption...) - Method in class org.apache.arrow.adbc.driver.flightsql.FlightSqlClientWithCallOptions
- getCrossReference(TableRef, TableRef, CallOption...) - Method in class org.apache.arrow.adbc.driver.flightsql.FlightSqlClientWithCallOptions
- getCrossReferenceSchema(CallOption...) - Method in class org.apache.arrow.adbc.driver.flightsql.FlightSqlClientWithCallOptions
- getDriver(BufferAllocator) - Method in class org.apache.arrow.adbc.driver.flightsql.FlightSqlDriverFactory
- getExecuteSchema(String, CallOption...) - Method in class org.apache.arrow.adbc.driver.flightsql.FlightSqlClientWithCallOptions
- getExecuteSchema(String, FlightSqlClient.Transaction, CallOption...) - Method in class org.apache.arrow.adbc.driver.flightsql.FlightSqlClientWithCallOptions
- getExecuteSubstraitSchema(FlightSqlClient.SubstraitPlan, CallOption...) - Method in class org.apache.arrow.adbc.driver.flightsql.FlightSqlClientWithCallOptions
- getExecuteSubstraitSchema(FlightSqlClient.SubstraitPlan, FlightSqlClient.Transaction, CallOption...) - Method in class org.apache.arrow.adbc.driver.flightsql.FlightSqlClientWithCallOptions
- getExportedKeys(TableRef, CallOption...) - Method in class org.apache.arrow.adbc.driver.flightsql.FlightSqlClientWithCallOptions
- getExportedKeysSchema(CallOption...) - Method in class org.apache.arrow.adbc.driver.flightsql.FlightSqlClientWithCallOptions
- getImportedKeys(TableRef, CallOption...) - Method in class org.apache.arrow.adbc.driver.flightsql.FlightSqlClientWithCallOptions
- getImportedKeysSchema(CallOption...) - Method in class org.apache.arrow.adbc.driver.flightsql.FlightSqlClientWithCallOptions
- getInfo(int[]) - Method in class org.apache.arrow.adbc.driver.flightsql.FlightSqlConnection
- getObjects(AdbcConnection.GetObjectsDepth, String, String, String, String[], String) - Method in class org.apache.arrow.adbc.driver.flightsql.FlightSqlConnection
- getParameterSchema() - Method in class org.apache.arrow.adbc.driver.flightsql.FlightSqlStatement
- getPrimaryKeys(TableRef, CallOption...) - Method in class org.apache.arrow.adbc.driver.flightsql.FlightSqlClientWithCallOptions
- getPrimaryKeysSchema(CallOption...) - Method in class org.apache.arrow.adbc.driver.flightsql.FlightSqlClientWithCallOptions
- getSchema(FlightDescriptor, CallOption...) - Method in class org.apache.arrow.adbc.driver.flightsql.FlightSqlClientWithCallOptions
- getSchemas(String, String, CallOption...) - Method in class org.apache.arrow.adbc.driver.flightsql.FlightSqlClientWithCallOptions
- getSchemasSchema(CallOption...) - Method in class org.apache.arrow.adbc.driver.flightsql.FlightSqlClientWithCallOptions
- getSqlInfo(int[], CallOption...) - Method in class org.apache.arrow.adbc.driver.flightsql.FlightSqlClientWithCallOptions
- getSqlInfo(Iterable<Integer>, CallOption...) - Method in class org.apache.arrow.adbc.driver.flightsql.FlightSqlClientWithCallOptions
- getSqlInfo(FlightSql.SqlInfo...) - Method in class org.apache.arrow.adbc.driver.flightsql.FlightSqlClientWithCallOptions
- getSqlInfo(FlightSql.SqlInfo[], CallOption...) - Method in class org.apache.arrow.adbc.driver.flightsql.FlightSqlClientWithCallOptions
- getSqlInfoSchema(CallOption...) - Method in class org.apache.arrow.adbc.driver.flightsql.FlightSqlClientWithCallOptions
- getStream(Ticket, CallOption...) - Method in class org.apache.arrow.adbc.driver.flightsql.FlightSqlClientWithCallOptions
- getTables(String, String, String, List<String>, boolean, CallOption...) - Method in class org.apache.arrow.adbc.driver.flightsql.FlightSqlClientWithCallOptions
- getTablesSchema(boolean, CallOption...) - Method in class org.apache.arrow.adbc.driver.flightsql.FlightSqlClientWithCallOptions
- getTableTypes(CallOption...) - Method in class org.apache.arrow.adbc.driver.flightsql.FlightSqlClientWithCallOptions
- getTableTypesSchema(CallOption...) - Method in class org.apache.arrow.adbc.driver.flightsql.FlightSqlClientWithCallOptions
- getXdbcTypeInfo(int, CallOption...) - Method in class org.apache.arrow.adbc.driver.flightsql.FlightSqlClientWithCallOptions
- getXdbcTypeInfo(CallOption...) - Method in class org.apache.arrow.adbc.driver.flightsql.FlightSqlClientWithCallOptions
- getXdbcTypeInfoSchema(CallOption...) - Method in class org.apache.arrow.adbc.driver.flightsql.FlightSqlClientWithCallOptions
L
- loadNextBatch() - Method in class org.apache.arrow.adbc.driver.flightsql.BaseFlightReader
- loadRoot(VectorSchemaRoot) - Method in class org.apache.arrow.adbc.driver.flightsql.BaseFlightReader
M
- MTLS_CERT_CHAIN - Static variable in interface org.apache.arrow.adbc.driver.flightsql.FlightSqlConnectionProperties
- MTLS_PRIVATE_KEY - Static variable in interface org.apache.arrow.adbc.driver.flightsql.FlightSqlConnectionProperties
O
- open(Map<String, Object>) - Method in class org.apache.arrow.adbc.driver.flightsql.FlightSqlDriver
- org.apache.arrow.adbc.driver.flightsql - package org.apache.arrow.adbc.driver.flightsql
P
- populateEndpointData() - Method in class org.apache.arrow.adbc.driver.flightsql.BaseFlightReader
- prepare() - Method in class org.apache.arrow.adbc.driver.flightsql.FlightSqlStatement
- prepare(String, CallOption...) - Method in class org.apache.arrow.adbc.driver.flightsql.FlightSqlClientWithCallOptions
- prepare(String, FlightSqlClient.Transaction, CallOption...) - Method in class org.apache.arrow.adbc.driver.flightsql.FlightSqlClientWithCallOptions
- prepare(FlightSqlClient.SubstraitPlan, CallOption...) - Method in class org.apache.arrow.adbc.driver.flightsql.FlightSqlClientWithCallOptions
- prepare(FlightSqlClient.SubstraitPlan, FlightSqlClient.Transaction, CallOption...) - Method in class org.apache.arrow.adbc.driver.flightsql.FlightSqlClientWithCallOptions
- processRootFromStream(VectorSchemaRoot) - Method in class org.apache.arrow.adbc.driver.flightsql.BaseFlightReader
- processRootFromStream(VectorSchemaRoot) - Method in class org.apache.arrow.adbc.driver.flightsql.FlightInfoReader
R
- readPartition(ByteBuffer) - Method in class org.apache.arrow.adbc.driver.flightsql.FlightSqlConnection
- readSchema() - Method in class org.apache.arrow.adbc.driver.flightsql.BaseFlightReader
- release(FlightSqlClient.Savepoint, CallOption...) - Method in class org.apache.arrow.adbc.driver.flightsql.FlightSqlClientWithCallOptions
- renewFlightEndpoint(RenewFlightEndpointRequest, CallOption...) - Method in class org.apache.arrow.adbc.driver.flightsql.FlightSqlClientWithCallOptions
- rollback() - Method in class org.apache.arrow.adbc.driver.flightsql.FlightSqlConnection
- rollback(FlightSqlClient.Savepoint, CallOption...) - Method in class org.apache.arrow.adbc.driver.flightsql.FlightSqlClientWithCallOptions
- rollback(FlightSqlClient.Transaction, CallOption...) - Method in class org.apache.arrow.adbc.driver.flightsql.FlightSqlClientWithCallOptions
- RPC_CALL_HEADER_PREFIX - Static variable in interface org.apache.arrow.adbc.driver.flightsql.FlightSqlConnectionProperties
S
- setAutoCommit(boolean) - Method in class org.apache.arrow.adbc.driver.flightsql.FlightSqlConnection
- setSqlQuery(String) - Method in class org.apache.arrow.adbc.driver.flightsql.FlightSqlStatement
T
- TLS_OVERRIDE_HOSTNAME - Static variable in interface org.apache.arrow.adbc.driver.flightsql.FlightSqlConnectionProperties
- TLS_ROOT_CERTS - Static variable in interface org.apache.arrow.adbc.driver.flightsql.FlightSqlConnectionProperties
- TLS_SKIP_VERIFY - Static variable in interface org.apache.arrow.adbc.driver.flightsql.FlightSqlConnectionProperties
- toString() - Method in class org.apache.arrow.adbc.driver.flightsql.FlightSqlConnection
- toString() - Method in class org.apache.arrow.adbc.driver.flightsql.FlightSqlDatabase
W
- WITH_COOKIE_MIDDLEWARE - Static variable in interface org.apache.arrow.adbc.driver.flightsql.FlightSqlConnectionProperties
All Classes and Interfaces|All Packages|Constant Field Values