Index

A B C D E F G H I L M N O P R S T U V W 
All Classes and Interfaces|All Packages

A

acceptPut(FlightProducer.CallContext, FlightStream, FlightProducer.StreamListener<PutResult>) - Method in interface org.apache.arrow.flight.sql.FlightSqlProducer
Depending on the provided command, method either: 1.
acceptPutPreparedStatementQuery(FlightSql.CommandPreparedStatementQuery, FlightProducer.CallContext, FlightStream, FlightProducer.StreamListener<PutResult>) - Method in interface org.apache.arrow.flight.sql.FlightSqlProducer
Accepts uploaded parameter values for a particular prepared statement query.
acceptPutPreparedStatementQuery(FlightSql.CommandPreparedStatementQuery, FlightProducer.CallContext, FlightStream, FlightProducer.StreamListener<PutResult>) - Method in class org.apache.arrow.flight.sql.NoOpFlightSqlProducer
 
acceptPutPreparedStatementUpdate(FlightSql.CommandPreparedStatementUpdate, FlightProducer.CallContext, FlightStream, FlightProducer.StreamListener<PutResult>) - Method in interface org.apache.arrow.flight.sql.FlightSqlProducer
Accepts uploaded data for a particular prepared statement data stream.
acceptPutPreparedStatementUpdate(FlightSql.CommandPreparedStatementUpdate, FlightProducer.CallContext, FlightStream, FlightProducer.StreamListener<PutResult>) - Method in class org.apache.arrow.flight.sql.NoOpFlightSqlProducer
 
acceptPutStatement(FlightSql.CommandStatementUpdate, FlightProducer.CallContext, FlightStream, FlightProducer.StreamListener<PutResult>) - Method in interface org.apache.arrow.flight.sql.FlightSqlProducer
Accepts uploaded data for a particular SQL query based data stream.
acceptPutStatement(FlightSql.CommandStatementUpdate, FlightProducer.CallContext, FlightStream, FlightProducer.StreamListener<PutResult>) - Method in class org.apache.arrow.flight.sql.NoOpFlightSqlProducer
 
acceptPutStatementBulkIngest(FlightSql.CommandStatementIngest, FlightProducer.CallContext, FlightStream, FlightProducer.StreamListener<PutResult>) - Method in interface org.apache.arrow.flight.sql.FlightSqlProducer
Accepts uploaded data for a particular bulk ingest data stream.
acceptPutStatementBulkIngest(FlightSql.CommandStatementIngest, FlightProducer.CallContext, FlightStream, FlightProducer.StreamListener<PutResult>) - Method in class org.apache.arrow.flight.sql.NoOpFlightSqlProducer
 
acceptPutSubstraitPlan(FlightSql.CommandStatementSubstraitPlan, FlightProducer.CallContext, FlightStream, FlightProducer.StreamListener<PutResult>) - Method in interface org.apache.arrow.flight.sql.FlightSqlProducer
Handle a Substrait plan with uploaded data.
allocator - Variable in class org.apache.arrow.flight.sql.example.FlightSqlClientDemoApp
 

B

BasicFlightSqlProducer - Class in org.apache.arrow.flight.sql
A FlightSqlProducer that implements getting FlightInfo for each metadata request.
BasicFlightSqlProducer() - Constructor for class org.apache.arrow.flight.sql.BasicFlightSqlProducer
 
beginSavepoint(FlightSqlClient.Transaction, String, CallOption...) - Method in class org.apache.arrow.flight.sql.FlightSqlClient
Create a savepoint within a transaction.
beginSavepoint(FlightSql.ActionBeginSavepointRequest, FlightProducer.CallContext, FlightProducer.StreamListener<FlightSql.ActionBeginSavepointResult>) - Method in interface org.apache.arrow.flight.sql.FlightSqlProducer
Create a savepoint within a transaction.
beginTransaction(CallOption...) - Method in class org.apache.arrow.flight.sql.FlightSqlClient
Begin a transaction.
beginTransaction(FlightSql.ActionBeginTransactionRequest, FlightProducer.CallContext, FlightProducer.StreamListener<FlightSql.ActionBeginTransactionResult>) - Method in interface org.apache.arrow.flight.sql.FlightSqlProducer
Begin a transaction.
build() - Method in class org.apache.arrow.flight.sql.FlightSqlColumnMetadata.Builder
Builds a new instance of FlightSqlColumnMetadata.
Builder() - Constructor for class org.apache.arrow.flight.sql.FlightSqlColumnMetadata.Builder
Creates a new instance of FlightSqlColumnMetadata.Builder.

C

callOptions - Variable in class org.apache.arrow.flight.sql.example.FlightSqlClientDemoApp
 
cancelFlightInfo(CancelFlightInfoRequest, CallOption...) - Method in class org.apache.arrow.flight.sql.FlightSqlClient
Cancel execution of a distributed query.
cancelFlightInfo(CancelFlightInfoRequest, FlightProducer.CallContext, FlightProducer.StreamListener<CancelStatus>) - Method in interface org.apache.arrow.flight.sql.FlightSqlProducer
Explicitly cancel a query.
CANCELLED - Enum constant in enum org.apache.arrow.flight.sql.CancelResult
Deprecated.
 
CANCELLING - Enum constant in enum org.apache.arrow.flight.sql.CancelResult
Deprecated.
 
cancelQuery(FlightInfo, CallOption...) - Method in class org.apache.arrow.flight.sql.FlightSqlClient
cancelQuery(FlightInfo, FlightProducer.CallContext, FlightProducer.StreamListener<CancelResult>) - Method in interface org.apache.arrow.flight.sql.FlightSqlProducer
CancelResult - Enum in org.apache.arrow.flight.sql
Deprecated.
Prefer CancelStatus.
catalogName(String) - Method in class org.apache.arrow.flight.sql.FlightSqlColumnMetadata.Builder
Sets the catalog name.
checkOpen() - Method in class org.apache.arrow.flight.sql.FlightSqlClient.PreparedStatement
Checks whether this client is open.
clearParameters() - Method in class org.apache.arrow.flight.sql.FlightSqlClient.PreparedStatement
Closes the FlightSqlClient.PreparedStatement.parameterBindingRoot, which contains the parameter binding from a FlightSqlClient.PreparedStatement operation, releasing its resources.
close() - Method in class org.apache.arrow.flight.sql.example.FlightSqlClientDemoApp
 
close() - Method in class org.apache.arrow.flight.sql.FlightSqlClient
 
close() - Method in class org.apache.arrow.flight.sql.FlightSqlClient.PreparedStatement
 
close() - Method in class org.apache.arrow.flight.sql.NoOpFlightSqlProducer
 
close(CallOption...) - Method in class org.apache.arrow.flight.sql.FlightSqlClient.PreparedStatement
Closes the client.
closePreparedStatement(FlightSql.ActionClosePreparedStatementRequest, FlightProducer.CallContext, FlightProducer.StreamListener<Result>) - Method in interface org.apache.arrow.flight.sql.FlightSqlProducer
Closes a prepared statement on the server.
closePreparedStatement(FlightSql.ActionClosePreparedStatementRequest, FlightProducer.CallContext, FlightProducer.StreamListener<Result>) - Method in class org.apache.arrow.flight.sql.NoOpFlightSqlProducer
 
closeSession(CloseSessionRequest, CallOption...) - Method in class org.apache.arrow.flight.sql.FlightSqlClient
 
closeSession(CloseSessionRequest, FlightProducer.CallContext, FlightProducer.StreamListener<CloseSessionResult>) - Method in interface org.apache.arrow.flight.sql.FlightSqlProducer
Close/invalidate the session.
CloseSessionResultListener - Class in org.apache.arrow.flight.sql
Typed StreamListener for closeSession.
commit(FlightSqlClient.Transaction, CallOption...) - Method in class org.apache.arrow.flight.sql.FlightSqlClient
Commit a transaction.
createBitmaskFromEnums(ProtocolMessageEnum...) - Static method in class org.apache.arrow.flight.sql.util.SqlInfoOptionsUtils
Creates a bitmask that translates to the specified enums.
createBitmaskFromEnums(Collection<ProtocolMessageEnum>) - Static method in class org.apache.arrow.flight.sql.util.SqlInfoOptionsUtils
Creates a bitmask that translates to the specified enums.
createFlightSqlClient(String, int) - Method in class org.apache.arrow.flight.sql.example.FlightSqlClientDemoApp
Creates a FlightSqlClient to be used with the example methods.
createPreparedStatement(FlightSql.ActionCreatePreparedStatementRequest, FlightProducer.CallContext, FlightProducer.StreamListener<Result>) - Method in interface org.apache.arrow.flight.sql.FlightSqlProducer
Creates a prepared statement on the server and returns a handle and metadata for in a FlightSql.ActionCreatePreparedStatementResult object in a Result object.
createPreparedStatement(FlightSql.ActionCreatePreparedStatementRequest, FlightProducer.CallContext, FlightProducer.StreamListener<Result>) - Method in class org.apache.arrow.flight.sql.NoOpFlightSqlProducer
 
createPreparedSubstraitPlan(FlightSql.ActionCreatePreparedSubstraitPlanRequest, FlightProducer.CallContext, FlightProducer.StreamListener<FlightSql.ActionCreatePreparedStatementResult>) - Method in interface org.apache.arrow.flight.sql.FlightSqlProducer
Pre-compile a Substrait plan.

D

determineEndpoints(T, FlightDescriptor, Schema) - Method in class org.apache.arrow.flight.sql.BasicFlightSqlProducer
Return a list of FlightEndpoints for the given request and FlightDescriptor.
doAction(FlightProducer.CallContext, Action, FlightProducer.StreamListener<Result>) - Method in interface org.apache.arrow.flight.sql.FlightSqlProducer
Performs the requested Flight SQL action.
doesBitmaskTranslateToEnum(ProtocolMessageEnum, long) - Static method in class org.apache.arrow.flight.sql.util.SqlInfoOptionsUtils
Returns whether the provided bitmask points to the provided ProtocolMessageEnum by comparing ProtocolMessageEnum.getNumber() with the respective bit index of the bitmask.

E

endSavepoint(FlightSql.ActionEndSavepointRequest, FlightProducer.CallContext, FlightProducer.StreamListener<Result>) - Method in interface org.apache.arrow.flight.sql.FlightSqlProducer
Release or roll back to a savepoint.
endTransaction(FlightSql.ActionEndTransactionRequest, FlightProducer.CallContext, FlightProducer.StreamListener<Result>) - Method in interface org.apache.arrow.flight.sql.FlightSqlProducer
Commit or roll back to a transaction.
equals(Object) - Method in class org.apache.arrow.flight.sql.FlightSqlClient.SubstraitPlan
 
execute(String, CallOption...) - Method in class org.apache.arrow.flight.sql.FlightSqlClient
Execute a query on the server.
execute(String, FlightSqlClient.Transaction, CallOption...) - Method in class org.apache.arrow.flight.sql.FlightSqlClient
Execute a query on the server.
execute(CallOption...) - Method in class org.apache.arrow.flight.sql.FlightSqlClient.PreparedStatement
Executes the prepared statement query on the server.
executeApp(CommandLine) - Method in class org.apache.arrow.flight.sql.example.FlightSqlClientDemoApp
Calls FlightSqlClientDemoApp.createFlightSqlClient(String, int) in order to create a FlightSqlClient to be used in future calls, and then calls FlightSqlClientDemoApp.executeCommand(CommandLine) to execute the command parsed at execution.
executeCommand(CommandLine) - Method in class org.apache.arrow.flight.sql.example.FlightSqlClientDemoApp
Parses the "command" CLI argument and redirects to the appropriate method.
executeIngest(ArrowReader, FlightSqlClient.ExecuteIngestOptions, CallOption...) - Method in class org.apache.arrow.flight.sql.FlightSqlClient
Execute a bulk ingest on the server.
executeIngest(ArrowReader, FlightSqlClient.ExecuteIngestOptions, FlightSqlClient.Transaction, CallOption...) - Method in class org.apache.arrow.flight.sql.FlightSqlClient
Execute a bulk ingest on the server.
executeIngest(VectorSchemaRoot, FlightSqlClient.ExecuteIngestOptions, CallOption...) - Method in class org.apache.arrow.flight.sql.FlightSqlClient
Execute a bulk ingest on the server.
executeIngest(VectorSchemaRoot, FlightSqlClient.ExecuteIngestOptions, FlightSqlClient.Transaction, CallOption...) - Method in class org.apache.arrow.flight.sql.FlightSqlClient
Execute a bulk ingest on the server.
ExecuteIngestOptions(String, FlightSql.CommandStatementIngest.TableDefinitionOptions, boolean, String, String, Map<String, String>) - Constructor for class org.apache.arrow.flight.sql.FlightSqlClient.ExecuteIngestOptions
Constructor.
ExecuteIngestOptions(String, FlightSql.CommandStatementIngest.TableDefinitionOptions, String, String, Map<String, String>) - Constructor for class org.apache.arrow.flight.sql.FlightSqlClient.ExecuteIngestOptions
Constructor.
executeSubstrait(FlightSqlClient.SubstraitPlan, CallOption...) - Method in class org.apache.arrow.flight.sql.FlightSqlClient
Execute a Substrait plan on the server.
executeSubstrait(FlightSqlClient.SubstraitPlan, FlightSqlClient.Transaction, CallOption...) - Method in class org.apache.arrow.flight.sql.FlightSqlClient
Execute a Substrait plan on the server.
executeSubstraitUpdate(FlightSqlClient.SubstraitPlan, CallOption...) - Method in class org.apache.arrow.flight.sql.FlightSqlClient
Execute an update query on the server.
executeSubstraitUpdate(FlightSqlClient.SubstraitPlan, FlightSqlClient.Transaction, CallOption...) - Method in class org.apache.arrow.flight.sql.FlightSqlClient
Execute an update query on the server.
executeUpdate(String, CallOption...) - Method in class org.apache.arrow.flight.sql.FlightSqlClient
Execute an update query on the server.
executeUpdate(String, FlightSqlClient.Transaction, CallOption...) - Method in class org.apache.arrow.flight.sql.FlightSqlClient
Execute an update query on the server.
executeUpdate(CallOption...) - Method in class org.apache.arrow.flight.sql.FlightSqlClient.PreparedStatement
Executes the prepared statement update on the server.

F

fetchSchema(CallOption...) - Method in class org.apache.arrow.flight.sql.FlightSqlClient.PreparedStatement
Get the schema of the result set (should be identical to FlightSqlClient.PreparedStatement.getResultSetSchema()).
FLIGHT_SQL_ACTIONS - Static variable in class org.apache.arrow.flight.sql.FlightSqlUtils
 
FLIGHT_SQL_BEGIN_SAVEPOINT - Static variable in class org.apache.arrow.flight.sql.FlightSqlUtils
 
FLIGHT_SQL_BEGIN_TRANSACTION - Static variable in class org.apache.arrow.flight.sql.FlightSqlUtils
 
FLIGHT_SQL_CANCEL_QUERY - Static variable in class org.apache.arrow.flight.sql.FlightSqlUtils
 
FLIGHT_SQL_CLOSE_PREPARED_STATEMENT - Static variable in class org.apache.arrow.flight.sql.FlightSqlUtils
 
FLIGHT_SQL_CREATE_PREPARED_STATEMENT - Static variable in class org.apache.arrow.flight.sql.FlightSqlUtils
 
FLIGHT_SQL_CREATE_PREPARED_SUBSTRAIT_PLAN - Static variable in class org.apache.arrow.flight.sql.FlightSqlUtils
 
FLIGHT_SQL_END_SAVEPOINT - Static variable in class org.apache.arrow.flight.sql.FlightSqlUtils
 
FLIGHT_SQL_END_TRANSACTION - Static variable in class org.apache.arrow.flight.sql.FlightSqlUtils
 
FlightEndpointListener - Class in org.apache.arrow.flight.sql
Typed StreamListener for renewFlightEndpoint.
flightSqlClient - Variable in class org.apache.arrow.flight.sql.example.FlightSqlClientDemoApp
 
FlightSqlClient - Class in org.apache.arrow.flight.sql
Flight client with Flight SQL semantics.
FlightSqlClient(FlightClient) - Constructor for class org.apache.arrow.flight.sql.FlightSqlClient
 
FlightSqlClient.ExecuteIngestOptions - Class in org.apache.arrow.flight.sql
Class to encapsulate Flight SQL bulk ingest request options
FlightSqlClient.PreparedStatement - Class in org.apache.arrow.flight.sql
Helper class to encapsulate Flight SQL prepared statement logic.
FlightSqlClient.Savepoint - Class in org.apache.arrow.flight.sql
A handle for an active savepoint.
FlightSqlClient.SubstraitPlan - Class in org.apache.arrow.flight.sql
A wrapper around a Substrait plan and a Substrait version.
FlightSqlClient.Transaction - Class in org.apache.arrow.flight.sql
A handle for an active transaction.
FlightSqlClientDemoApp - Class in org.apache.arrow.flight.sql.example
Flight SQL Client Demo CLI Application.
FlightSqlClientDemoApp(BufferAllocator) - Constructor for class org.apache.arrow.flight.sql.example.FlightSqlClientDemoApp
 
FlightSqlColumnMetadata - Class in org.apache.arrow.flight.sql
Metadata for a column in a Flight SQL query.
FlightSqlColumnMetadata(Map<String, String>) - Constructor for class org.apache.arrow.flight.sql.FlightSqlColumnMetadata
Creates a new instance of FlightSqlColumnMetadata.
FlightSqlColumnMetadata.Builder - Class in org.apache.arrow.flight.sql
Builder of FlightSqlColumnMetadata, used on FlightSqlProducer implementations.
FlightSqlProducer - Interface in org.apache.arrow.flight.sql
API to Implement an Arrow Flight SQL producer.
FlightSqlProducer.Schemas - Class in org.apache.arrow.flight.sql
Default schema templates for the FlightSqlProducer.
FlightSqlUtils - Class in org.apache.arrow.flight.sql
Utilities to work with Flight SQL semantics.
FlightSqlUtils() - Constructor for class org.apache.arrow.flight.sql.FlightSqlUtils
 

G

generateFlightInfo(T, FlightDescriptor, Schema) - Method in class org.apache.arrow.flight.sql.BasicFlightSqlProducer
 
GET_CATALOGS_SCHEMA - Static variable in class org.apache.arrow.flight.sql.FlightSqlProducer.Schemas
 
GET_CROSS_REFERENCE_SCHEMA - Static variable in class org.apache.arrow.flight.sql.FlightSqlProducer.Schemas
 
GET_EXPORTED_KEYS_SCHEMA - Static variable in class org.apache.arrow.flight.sql.FlightSqlProducer.Schemas
 
GET_IMPORTED_KEYS_SCHEMA - Static variable in class org.apache.arrow.flight.sql.FlightSqlProducer.Schemas
 
GET_PRIMARY_KEYS_SCHEMA - Static variable in class org.apache.arrow.flight.sql.FlightSqlProducer.Schemas
 
GET_SCHEMAS_SCHEMA - Static variable in class org.apache.arrow.flight.sql.FlightSqlProducer.Schemas
 
GET_SQL_INFO_SCHEMA - Static variable in class org.apache.arrow.flight.sql.FlightSqlProducer.Schemas
 
GET_TABLE_TYPES_SCHEMA - Static variable in class org.apache.arrow.flight.sql.FlightSqlProducer.Schemas
 
GET_TABLES_SCHEMA - Static variable in class org.apache.arrow.flight.sql.FlightSqlProducer.Schemas
 
GET_TABLES_SCHEMA_NO_SCHEMA - Static variable in class org.apache.arrow.flight.sql.FlightSqlProducer.Schemas
 
GET_TYPE_INFO_SCHEMA - Static variable in class org.apache.arrow.flight.sql.FlightSqlProducer.Schemas
 
getCallOptions() - Method in class org.apache.arrow.flight.sql.example.FlightSqlClientDemoApp
Gets the current CallOption as an array; usually used as an argument in FlightSqlClient methods.
getCatalog() - Method in class org.apache.arrow.flight.sql.util.TableRef
Retrieve the catalog from the object.
getCatalogName() - Method in class org.apache.arrow.flight.sql.FlightSqlColumnMetadata
Returns the catalog name.
getCatalogs(CallOption...) - Method in class org.apache.arrow.flight.sql.FlightSqlClient
Request a list of catalogs.
getCatalogsSchema(CallOption...) - Method in class org.apache.arrow.flight.sql.FlightSqlClient
Get the schema of FlightSqlClient.getCatalogs(CallOption...) from the server.
getCrossReference(TableRef, TableRef, CallOption...) - Method in class org.apache.arrow.flight.sql.FlightSqlClient
Retrieves a description of the foreign key columns that reference the given table's primary key columns (the foreign keys exported by a table).
getCrossReferenceSchema(CallOption...) - Method in class org.apache.arrow.flight.sql.FlightSqlClient
getDbSchema() - Method in class org.apache.arrow.flight.sql.util.TableRef
Retrieves the db schema from the object.
getExecuteSchema(String, CallOption...) - Method in class org.apache.arrow.flight.sql.FlightSqlClient
Get the schema of the result set of a query.
getExecuteSchema(String, FlightSqlClient.Transaction, CallOption...) - Method in class org.apache.arrow.flight.sql.FlightSqlClient
Get the schema of the result set of a query.
getExecuteSubstraitSchema(FlightSqlClient.SubstraitPlan, CallOption...) - Method in class org.apache.arrow.flight.sql.FlightSqlClient
Get the schema of the result set of a Substrait plan.
getExecuteSubstraitSchema(FlightSqlClient.SubstraitPlan, FlightSqlClient.Transaction, CallOption...) - Method in class org.apache.arrow.flight.sql.FlightSqlClient
Get the schema of the result set of a Substrait plan.
getExportedKeys(TableRef, CallOption...) - Method in class org.apache.arrow.flight.sql.FlightSqlClient
Retrieves a description about the foreign key columns that reference the primary key columns of the given table.
getExportedKeysSchema(CallOption...) - Method in class org.apache.arrow.flight.sql.FlightSqlClient
getFlightInfo(FlightProducer.CallContext, FlightDescriptor) - Method in interface org.apache.arrow.flight.sql.FlightSqlProducer
Depending on the provided command, method either: 1.
getFlightInfoCatalogs(FlightSql.CommandGetCatalogs, FlightProducer.CallContext, FlightDescriptor) - Method in class org.apache.arrow.flight.sql.BasicFlightSqlProducer
 
getFlightInfoCatalogs(FlightSql.CommandGetCatalogs, FlightProducer.CallContext, FlightDescriptor) - Method in interface org.apache.arrow.flight.sql.FlightSqlProducer
Returns the available catalogs by returning a stream of FlightSql.CommandGetCatalogs objects in Result objects.
getFlightInfoCatalogs(FlightSql.CommandGetCatalogs, FlightProducer.CallContext, FlightDescriptor) - Method in class org.apache.arrow.flight.sql.NoOpFlightSqlProducer
 
getFlightInfoCrossReference(FlightSql.CommandGetCrossReference, FlightProducer.CallContext, FlightDescriptor) - Method in class org.apache.arrow.flight.sql.BasicFlightSqlProducer
 
getFlightInfoCrossReference(FlightSql.CommandGetCrossReference, FlightProducer.CallContext, FlightDescriptor) - Method in interface org.apache.arrow.flight.sql.FlightSqlProducer
Retrieve a description of the foreign key columns that reference the given table's primary key columns FlightSql.CommandGetCrossReference objects in Result objects.
getFlightInfoCrossReference(FlightSql.CommandGetCrossReference, FlightProducer.CallContext, FlightDescriptor) - Method in class org.apache.arrow.flight.sql.NoOpFlightSqlProducer
 
getFlightInfoExportedKeys(FlightSql.CommandGetExportedKeys, FlightProducer.CallContext, FlightDescriptor) - Method in class org.apache.arrow.flight.sql.BasicFlightSqlProducer
 
getFlightInfoExportedKeys(FlightSql.CommandGetExportedKeys, FlightProducer.CallContext, FlightDescriptor) - Method in interface org.apache.arrow.flight.sql.FlightSqlProducer
Retrieves a description of the foreign key columns that reference the given table's primary key columns FlightSql.CommandGetExportedKeys objects in Result objects.
getFlightInfoExportedKeys(FlightSql.CommandGetExportedKeys, FlightProducer.CallContext, FlightDescriptor) - Method in class org.apache.arrow.flight.sql.NoOpFlightSqlProducer
 
getFlightInfoImportedKeys(FlightSql.CommandGetImportedKeys, FlightProducer.CallContext, FlightDescriptor) - Method in class org.apache.arrow.flight.sql.BasicFlightSqlProducer
 
getFlightInfoImportedKeys(FlightSql.CommandGetImportedKeys, FlightProducer.CallContext, FlightDescriptor) - Method in interface org.apache.arrow.flight.sql.FlightSqlProducer
Retrieves a description of the primary key columns that are referenced by given table's foreign key columns FlightSql.CommandGetImportedKeys objects in Result objects.
getFlightInfoImportedKeys(FlightSql.CommandGetImportedKeys, FlightProducer.CallContext, FlightDescriptor) - Method in class org.apache.arrow.flight.sql.NoOpFlightSqlProducer
 
getFlightInfoPreparedStatement(FlightSql.CommandPreparedStatementQuery, FlightProducer.CallContext, FlightDescriptor) - Method in interface org.apache.arrow.flight.sql.FlightSqlProducer
Gets information about a particular prepared statement data stream.
getFlightInfoPreparedStatement(FlightSql.CommandPreparedStatementQuery, FlightProducer.CallContext, FlightDescriptor) - Method in class org.apache.arrow.flight.sql.NoOpFlightSqlProducer
 
getFlightInfoPrimaryKeys(FlightSql.CommandGetPrimaryKeys, FlightProducer.CallContext, FlightDescriptor) - Method in class org.apache.arrow.flight.sql.BasicFlightSqlProducer
 
getFlightInfoPrimaryKeys(FlightSql.CommandGetPrimaryKeys, FlightProducer.CallContext, FlightDescriptor) - Method in interface org.apache.arrow.flight.sql.FlightSqlProducer
Returns the available primary keys by returning a stream of FlightSql.CommandGetPrimaryKeys objects in Result objects.
getFlightInfoPrimaryKeys(FlightSql.CommandGetPrimaryKeys, FlightProducer.CallContext, FlightDescriptor) - Method in class org.apache.arrow.flight.sql.NoOpFlightSqlProducer
 
getFlightInfoSchemas(FlightSql.CommandGetDbSchemas, FlightProducer.CallContext, FlightDescriptor) - Method in class org.apache.arrow.flight.sql.BasicFlightSqlProducer
 
getFlightInfoSchemas(FlightSql.CommandGetDbSchemas, FlightProducer.CallContext, FlightDescriptor) - Method in interface org.apache.arrow.flight.sql.FlightSqlProducer
Returns the available schemas by returning a stream of FlightSql.CommandGetDbSchemas objects in Result objects.
getFlightInfoSchemas(FlightSql.CommandGetDbSchemas, FlightProducer.CallContext, FlightDescriptor) - Method in class org.apache.arrow.flight.sql.NoOpFlightSqlProducer
 
getFlightInfoSqlInfo(FlightSql.CommandGetSqlInfo, FlightProducer.CallContext, FlightDescriptor) - Method in class org.apache.arrow.flight.sql.BasicFlightSqlProducer
 
getFlightInfoSqlInfo(FlightSql.CommandGetSqlInfo, FlightProducer.CallContext, FlightDescriptor) - Method in interface org.apache.arrow.flight.sql.FlightSqlProducer
Returns the SQL Info of the server by returning a FlightSql.CommandGetSqlInfo in a Result.
getFlightInfoSqlInfo(FlightSql.CommandGetSqlInfo, FlightProducer.CallContext, FlightDescriptor) - Method in class org.apache.arrow.flight.sql.NoOpFlightSqlProducer
 
getFlightInfoStatement(FlightSql.CommandStatementQuery, FlightProducer.CallContext, FlightDescriptor) - Method in interface org.apache.arrow.flight.sql.FlightSqlProducer
Evaluate a SQL query.
getFlightInfoStatement(FlightSql.CommandStatementQuery, FlightProducer.CallContext, FlightDescriptor) - Method in class org.apache.arrow.flight.sql.NoOpFlightSqlProducer
 
getFlightInfoSubstraitPlan(FlightSql.CommandStatementSubstraitPlan, FlightProducer.CallContext, FlightDescriptor) - Method in interface org.apache.arrow.flight.sql.FlightSqlProducer
Evaluate a Substrait plan.
getFlightInfoTables(FlightSql.CommandGetTables, FlightProducer.CallContext, FlightDescriptor) - Method in class org.apache.arrow.flight.sql.BasicFlightSqlProducer
 
getFlightInfoTables(FlightSql.CommandGetTables, FlightProducer.CallContext, FlightDescriptor) - Method in interface org.apache.arrow.flight.sql.FlightSqlProducer
Returns the available tables by returning a stream of FlightSql.CommandGetTables objects in Result objects.
getFlightInfoTables(FlightSql.CommandGetTables, FlightProducer.CallContext, FlightDescriptor) - Method in class org.apache.arrow.flight.sql.NoOpFlightSqlProducer
 
getFlightInfoTableTypes(FlightSql.CommandGetTableTypes, FlightProducer.CallContext, FlightDescriptor) - Method in class org.apache.arrow.flight.sql.BasicFlightSqlProducer
 
getFlightInfoTableTypes(FlightSql.CommandGetTableTypes, FlightProducer.CallContext, FlightDescriptor) - Method in interface org.apache.arrow.flight.sql.FlightSqlProducer
Returns the available table types by returning a stream of FlightSql.CommandGetTableTypes objects in Result objects.
getFlightInfoTableTypes(FlightSql.CommandGetTableTypes, FlightProducer.CallContext, FlightDescriptor) - Method in class org.apache.arrow.flight.sql.NoOpFlightSqlProducer
 
getFlightInfoTypeInfo(FlightSql.CommandGetXdbcTypeInfo, FlightProducer.CallContext, FlightDescriptor) - Method in class org.apache.arrow.flight.sql.BasicFlightSqlProducer
 
getFlightInfoTypeInfo(FlightSql.CommandGetXdbcTypeInfo, FlightProducer.CallContext, FlightDescriptor) - Method in interface org.apache.arrow.flight.sql.FlightSqlProducer
Returns a description of all the data types supported by source.
getFlightInfoTypeInfo(FlightSql.CommandGetXdbcTypeInfo, FlightProducer.CallContext, FlightDescriptor) - Method in class org.apache.arrow.flight.sql.NoOpFlightSqlProducer
 
getHolderForUtf8(String, ArrowBuf) - Static method in class org.apache.arrow.flight.sql.SqlInfoBuilder
Gets a NullableVarCharHolder from the provided string using the provided buf.
getImportedKeys(TableRef, CallOption...) - Method in class org.apache.arrow.flight.sql.FlightSqlClient
Retrieves the foreign key columns for the given table.
getImportedKeysSchema(CallOption...) - Method in class org.apache.arrow.flight.sql.FlightSqlClient
getMetadataMap() - Method in class org.apache.arrow.flight.sql.FlightSqlColumnMetadata
Returns the metadata map.
getParameterSchema() - Method in class org.apache.arrow.flight.sql.FlightSqlClient.PreparedStatement
Returns the Schema of the parameters.
getPlan() - Method in class org.apache.arrow.flight.sql.FlightSqlClient.SubstraitPlan
 
getPrecision() - Method in class org.apache.arrow.flight.sql.FlightSqlColumnMetadata
Returns the precision / column size.
getPrimaryKeys(TableRef, CallOption...) - Method in class org.apache.arrow.flight.sql.FlightSqlClient
Request the primary keys for a table.
getPrimaryKeysSchema(CallOption...) - Method in class org.apache.arrow.flight.sql.FlightSqlClient
getRemarks() - Method in class org.apache.arrow.flight.sql.FlightSqlColumnMetadata
Returns the comment describing the column.
getResultSetSchema() - Method in class org.apache.arrow.flight.sql.FlightSqlClient.PreparedStatement
Returns the Schema of the resultset.
getSavepointId() - Method in class org.apache.arrow.flight.sql.FlightSqlClient.Savepoint
 
getScale() - Method in class org.apache.arrow.flight.sql.FlightSqlColumnMetadata
Returns the scale / decimal digits.
getSchema(FlightDescriptor, CallOption...) - Method in class org.apache.arrow.flight.sql.FlightSqlClient
Get schema for a stream.
getSchema(FlightProducer.CallContext, FlightDescriptor) - Method in interface org.apache.arrow.flight.sql.FlightSqlProducer
Returns the schema of the result produced by the SQL query.
getSchemaName() - Method in class org.apache.arrow.flight.sql.FlightSqlColumnMetadata
Returns the schema name.
getSchemaPreparedStatement(FlightSql.CommandPreparedStatementQuery, FlightProducer.CallContext, FlightDescriptor) - Method in interface org.apache.arrow.flight.sql.FlightSqlProducer
Get the schema of the result set of a prepared statement.
getSchemas(String, String, CallOption...) - Method in class org.apache.arrow.flight.sql.FlightSqlClient
Request a list of schemas.
getSchemasSchema(CallOption...) - Method in class org.apache.arrow.flight.sql.FlightSqlClient
getSchemaStatement(FlightSql.CommandStatementQuery, FlightProducer.CallContext, FlightDescriptor) - Method in interface org.apache.arrow.flight.sql.FlightSqlProducer
Get the result schema for a SQL query.
getSchemaStatement(FlightSql.CommandStatementQuery, FlightProducer.CallContext, FlightDescriptor) - Method in class org.apache.arrow.flight.sql.NoOpFlightSqlProducer
 
getSchemaSubstraitPlan(FlightSql.CommandStatementSubstraitPlan, FlightProducer.CallContext, FlightDescriptor) - Method in interface org.apache.arrow.flight.sql.FlightSqlProducer
Get the result schema for a Substrait plan.
getSessionOptions(GetSessionOptionsRequest, CallOption...) - Method in class org.apache.arrow.flight.sql.FlightSqlClient
 
getSessionOptions(GetSessionOptionsRequest, FlightProducer.CallContext, FlightProducer.StreamListener<GetSessionOptionsResult>) - Method in interface org.apache.arrow.flight.sql.FlightSqlProducer
Get server session option(s).
GetSessionOptionsResultListener - Class in org.apache.arrow.flight.sql
Typed StreamListener for getSessionOptions.
getSqlInfo(int[], CallOption...) - Method in class org.apache.arrow.flight.sql.FlightSqlClient
Request a set of Flight SQL metadata.
getSqlInfo(Iterable<Integer>, CallOption...) - Method in class org.apache.arrow.flight.sql.FlightSqlClient
Request a set of Flight SQL metadata.
getSqlInfo(FlightSql.SqlInfo...) - Method in class org.apache.arrow.flight.sql.FlightSqlClient
Request a set of Flight SQL metadata.
getSqlInfo(FlightSql.SqlInfo[], CallOption...) - Method in class org.apache.arrow.flight.sql.FlightSqlClient
Request a set of Flight SQL metadata.
getSqlInfoSchema(CallOption...) - Method in class org.apache.arrow.flight.sql.FlightSqlClient
Get the schema of FlightSqlClient.getSqlInfo(SqlInfo...) from the server.
getStream(FlightProducer.CallContext, Ticket, FlightProducer.ServerStreamListener) - Method in interface org.apache.arrow.flight.sql.FlightSqlProducer
Depending on the provided command, method either: 1.
getStream(Ticket, CallOption...) - Method in class org.apache.arrow.flight.sql.FlightSqlClient
Retrieve a stream from the server.
getStreamCatalogs(FlightProducer.CallContext, FlightProducer.ServerStreamListener) - Method in interface org.apache.arrow.flight.sql.FlightSqlProducer
Returns data for catalogs based data stream.
getStreamCatalogs(FlightProducer.CallContext, FlightProducer.ServerStreamListener) - Method in class org.apache.arrow.flight.sql.NoOpFlightSqlProducer
 
getStreamCrossReference(FlightSql.CommandGetCrossReference, FlightProducer.CallContext, FlightProducer.ServerStreamListener) - Method in interface org.apache.arrow.flight.sql.FlightSqlProducer
Returns data for cross reference based data stream.
getStreamCrossReference(FlightSql.CommandGetCrossReference, FlightProducer.CallContext, FlightProducer.ServerStreamListener) - Method in class org.apache.arrow.flight.sql.NoOpFlightSqlProducer
 
getStreamExportedKeys(FlightSql.CommandGetExportedKeys, FlightProducer.CallContext, FlightProducer.ServerStreamListener) - Method in interface org.apache.arrow.flight.sql.FlightSqlProducer
Returns data for foreign keys based data stream.
getStreamExportedKeys(FlightSql.CommandGetExportedKeys, FlightProducer.CallContext, FlightProducer.ServerStreamListener) - Method in class org.apache.arrow.flight.sql.NoOpFlightSqlProducer
 
getStreamImportedKeys(FlightSql.CommandGetImportedKeys, FlightProducer.CallContext, FlightProducer.ServerStreamListener) - Method in interface org.apache.arrow.flight.sql.FlightSqlProducer
Returns data for foreign keys based data stream.
getStreamImportedKeys(FlightSql.CommandGetImportedKeys, FlightProducer.CallContext, FlightProducer.ServerStreamListener) - Method in class org.apache.arrow.flight.sql.NoOpFlightSqlProducer
 
getStreamPreparedStatement(FlightSql.CommandPreparedStatementQuery, FlightProducer.CallContext, FlightProducer.ServerStreamListener) - Method in interface org.apache.arrow.flight.sql.FlightSqlProducer
Returns data for a particular prepared statement query instance.
getStreamPreparedStatement(FlightSql.CommandPreparedStatementQuery, FlightProducer.CallContext, FlightProducer.ServerStreamListener) - Method in class org.apache.arrow.flight.sql.NoOpFlightSqlProducer
 
getStreamPrimaryKeys(FlightSql.CommandGetPrimaryKeys, FlightProducer.CallContext, FlightProducer.ServerStreamListener) - Method in interface org.apache.arrow.flight.sql.FlightSqlProducer
Returns data for primary keys based data stream.
getStreamPrimaryKeys(FlightSql.CommandGetPrimaryKeys, FlightProducer.CallContext, FlightProducer.ServerStreamListener) - Method in class org.apache.arrow.flight.sql.NoOpFlightSqlProducer
 
getStreamSchemas(FlightSql.CommandGetDbSchemas, FlightProducer.CallContext, FlightProducer.ServerStreamListener) - Method in interface org.apache.arrow.flight.sql.FlightSqlProducer
Returns data for schemas based data stream.
getStreamSchemas(FlightSql.CommandGetDbSchemas, FlightProducer.CallContext, FlightProducer.ServerStreamListener) - Method in class org.apache.arrow.flight.sql.NoOpFlightSqlProducer
 
getStreamSqlInfo(FlightSql.CommandGetSqlInfo, FlightProducer.CallContext, FlightProducer.ServerStreamListener) - Method in interface org.apache.arrow.flight.sql.FlightSqlProducer
Returns data for SQL info based data stream.
getStreamSqlInfo(FlightSql.CommandGetSqlInfo, FlightProducer.CallContext, FlightProducer.ServerStreamListener) - Method in class org.apache.arrow.flight.sql.NoOpFlightSqlProducer
 
getStreamStatement(FlightSql.TicketStatementQuery, FlightProducer.CallContext, FlightProducer.ServerStreamListener) - Method in interface org.apache.arrow.flight.sql.FlightSqlProducer
Returns data for a SQL query based data stream.
getStreamStatement(FlightSql.TicketStatementQuery, FlightProducer.CallContext, FlightProducer.ServerStreamListener) - Method in class org.apache.arrow.flight.sql.NoOpFlightSqlProducer
 
getStreamTables(FlightSql.CommandGetTables, FlightProducer.CallContext, FlightProducer.ServerStreamListener) - Method in interface org.apache.arrow.flight.sql.FlightSqlProducer
Returns data for tables based data stream.
getStreamTables(FlightSql.CommandGetTables, FlightProducer.CallContext, FlightProducer.ServerStreamListener) - Method in class org.apache.arrow.flight.sql.NoOpFlightSqlProducer
 
getStreamTableTypes(FlightProducer.CallContext, FlightProducer.ServerStreamListener) - Method in interface org.apache.arrow.flight.sql.FlightSqlProducer
Returns data for table types based data stream.
getStreamTableTypes(FlightProducer.CallContext, FlightProducer.ServerStreamListener) - Method in class org.apache.arrow.flight.sql.NoOpFlightSqlProducer
 
getStreamTypeInfo(FlightSql.CommandGetXdbcTypeInfo, FlightProducer.CallContext, FlightProducer.ServerStreamListener) - Method in interface org.apache.arrow.flight.sql.FlightSqlProducer
Returns data for type info based data stream.
getStreamTypeInfo(FlightSql.CommandGetXdbcTypeInfo, FlightProducer.CallContext, FlightProducer.ServerStreamListener) - Method in class org.apache.arrow.flight.sql.NoOpFlightSqlProducer
 
getTable() - Method in class org.apache.arrow.flight.sql.util.TableRef
Retrieves the table from the object.
getTableName() - Method in class org.apache.arrow.flight.sql.FlightSqlColumnMetadata
Returns the table name.
getTables(String, String, String, List<String>, boolean, CallOption...) - Method in class org.apache.arrow.flight.sql.FlightSqlClient
Request a list of tables.
getTablesSchema(boolean, CallOption...) - Method in class org.apache.arrow.flight.sql.FlightSqlClient
getTableTypes(CallOption...) - Method in class org.apache.arrow.flight.sql.FlightSqlClient
Request a list of table types.
getTableTypesSchema(CallOption...) - Method in class org.apache.arrow.flight.sql.FlightSqlClient
Get the schema of FlightSqlClient.getTableTypes(CallOption...) from the server.
getTransactionId() - Method in class org.apache.arrow.flight.sql.FlightSqlClient.Transaction
 
getTypeName() - Method in class org.apache.arrow.flight.sql.FlightSqlColumnMetadata
Returns the type name.
getVersion() - Method in class org.apache.arrow.flight.sql.FlightSqlClient.SubstraitPlan
 
getXdbcTypeInfo(int, CallOption...) - Method in class org.apache.arrow.flight.sql.FlightSqlClient
Request the information about the data types supported related to a filter data type.
getXdbcTypeInfo(CallOption...) - Method in class org.apache.arrow.flight.sql.FlightSqlClient
Request the information about all the data types supported.
getXdbcTypeInfoSchema(CallOption...) - Method in class org.apache.arrow.flight.sql.FlightSqlClient
Get the schema of FlightSqlClient.getXdbcTypeInfo(CallOption...) from the server.

H

hashCode() - Method in class org.apache.arrow.flight.sql.FlightSqlClient.SubstraitPlan
 

I

isAutoIncrement() - Method in class org.apache.arrow.flight.sql.FlightSqlColumnMetadata
Returns if the column is auto incremented.
isAutoIncrement(boolean) - Method in class org.apache.arrow.flight.sql.FlightSqlColumnMetadata.Builder
Sets if the column is auto incremented.
isCaseSensitive() - Method in class org.apache.arrow.flight.sql.FlightSqlColumnMetadata
Returns if the column is case-sensitive.
isCaseSensitive(boolean) - Method in class org.apache.arrow.flight.sql.FlightSqlColumnMetadata.Builder
Sets if the column is case-sensitive.
isClosed() - Method in class org.apache.arrow.flight.sql.FlightSqlClient.PreparedStatement
Returns if the prepared statement is already closed.
isReadOnly() - Method in class org.apache.arrow.flight.sql.FlightSqlColumnMetadata
Returns if the column is read only.
isReadOnly(boolean) - Method in class org.apache.arrow.flight.sql.FlightSqlColumnMetadata.Builder
Sets if the column is read only.
isSearchable() - Method in class org.apache.arrow.flight.sql.FlightSqlColumnMetadata
Returns if the column is searchable.
isSearchable(boolean) - Method in class org.apache.arrow.flight.sql.FlightSqlColumnMetadata.Builder
Sets if the column is searchable.

L

listActions(FlightProducer.CallContext, FlightProducer.StreamListener<ActionType>) - Method in interface org.apache.arrow.flight.sql.FlightSqlProducer
Lists all available Flight SQL actions.
listFlights(FlightProducer.CallContext, Criteria, FlightProducer.StreamListener<FlightInfo>) - Method in class org.apache.arrow.flight.sql.NoOpFlightSqlProducer
 

M

main(String[]) - Static method in class org.apache.arrow.flight.sql.example.FlightSqlClientDemoApp
 

N

NoOpFlightSqlProducer - Class in org.apache.arrow.flight.sql
A FlightSqlProducer that throws on all FlightSql-specific operations.
NoOpFlightSqlProducer() - Constructor for class org.apache.arrow.flight.sql.NoOpFlightSqlProducer
 
NOT_CANCELLABLE - Enum constant in enum org.apache.arrow.flight.sql.CancelResult
Deprecated.
 

O

of(String, String, String) - Static method in class org.apache.arrow.flight.sql.util.TableRef
A static initializer of the TableRef with all the arguments.
onCompleted() - Method in class org.apache.arrow.flight.sql.CloseSessionResultListener
 
onCompleted() - Method in class org.apache.arrow.flight.sql.FlightEndpointListener
 
onCompleted() - Method in class org.apache.arrow.flight.sql.GetSessionOptionsResultListener
 
onCompleted() - Method in class org.apache.arrow.flight.sql.SetSessionOptionsResultListener
 
onError(Throwable) - Method in class org.apache.arrow.flight.sql.CloseSessionResultListener
 
onError(Throwable) - Method in class org.apache.arrow.flight.sql.FlightEndpointListener
 
onError(Throwable) - Method in class org.apache.arrow.flight.sql.GetSessionOptionsResultListener
 
onError(Throwable) - Method in class org.apache.arrow.flight.sql.SetSessionOptionsResultListener
 
onNext(CloseSessionResult) - Method in class org.apache.arrow.flight.sql.CloseSessionResultListener
 
onNext(FlightEndpoint) - Method in class org.apache.arrow.flight.sql.FlightEndpointListener
 
onNext(GetSessionOptionsResult) - Method in class org.apache.arrow.flight.sql.GetSessionOptionsResultListener
 
onNext(SetSessionOptionsResult) - Method in class org.apache.arrow.flight.sql.SetSessionOptionsResultListener
 
org.apache.arrow.flight.sql - module org.apache.arrow.flight.sql
 
org.apache.arrow.flight.sql - package org.apache.arrow.flight.sql
 
org.apache.arrow.flight.sql.example - package org.apache.arrow.flight.sql.example
 
org.apache.arrow.flight.sql.util - package org.apache.arrow.flight.sql.util
 

P

parseOrThrow(byte[]) - Static method in class org.apache.arrow.flight.sql.FlightSqlUtils
Helper to parse Any objects to the specific protobuf object.
precision(int) - Method in class org.apache.arrow.flight.sql.FlightSqlColumnMetadata.Builder
Sets the precision / column size.
prepare(String, CallOption...) - Method in class org.apache.arrow.flight.sql.FlightSqlClient
Create a prepared statement for a SQL query on the server.
prepare(String, FlightSqlClient.Transaction, CallOption...) - Method in class org.apache.arrow.flight.sql.FlightSqlClient
Create a prepared statement for a SQL query on the server.
prepare(FlightSqlClient.SubstraitPlan, CallOption...) - Method in class org.apache.arrow.flight.sql.FlightSqlClient
Create a prepared statement for a Substrait plan on the server.
prepare(FlightSqlClient.SubstraitPlan, FlightSqlClient.Transaction, CallOption...) - Method in class org.apache.arrow.flight.sql.FlightSqlClient
Create a prepared statement for a Substrait plan on the server.

R

release(FlightSqlClient.Savepoint, CallOption...) - Method in class org.apache.arrow.flight.sql.FlightSqlClient
Release a savepoint.
remarks(String) - Method in class org.apache.arrow.flight.sql.FlightSqlColumnMetadata.Builder
Sets the comment describing the column.
renewFlightEndpoint(RenewFlightEndpointRequest, CallOption...) - Method in class org.apache.arrow.flight.sql.FlightSqlClient
Request the server to extend the lifetime of a query result set.
renewFlightEndpoint(RenewFlightEndpointRequest, FlightProducer.CallContext, FlightProducer.StreamListener<FlightEndpoint>) - Method in interface org.apache.arrow.flight.sql.FlightSqlProducer
Renew the duration of the given endpoint.
rollback(FlightSqlClient.Savepoint, CallOption...) - Method in class org.apache.arrow.flight.sql.FlightSqlClient
Rollback to a savepoint.
rollback(FlightSqlClient.Transaction, CallOption...) - Method in class org.apache.arrow.flight.sql.FlightSqlClient
Rollback a transaction.

S

Savepoint(byte[]) - Constructor for class org.apache.arrow.flight.sql.FlightSqlClient.Savepoint
 
scale(int) - Method in class org.apache.arrow.flight.sql.FlightSqlColumnMetadata.Builder
Sets the scale / decimal digits.
schemaName(String) - Method in class org.apache.arrow.flight.sql.FlightSqlColumnMetadata.Builder
Sets the schema name.
send(List<Integer>, FlightProducer.ServerStreamListener) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
Send the requested information to given ServerStreamListener.
setParameters(VectorSchemaRoot) - Method in class org.apache.arrow.flight.sql.FlightSqlClient.PreparedStatement
Set the FlightSqlClient.PreparedStatement.parameterBindingRoot containing the parameter binding from a FlightSqlClient.PreparedStatement operation.
setSessionOptions(SetSessionOptionsRequest, CallOption...) - Method in class org.apache.arrow.flight.sql.FlightSqlClient
 
setSessionOptions(SetSessionOptionsRequest, FlightProducer.CallContext, FlightProducer.StreamListener<SetSessionOptionsResult>) - Method in interface org.apache.arrow.flight.sql.FlightSqlProducer
Set server session options(s).
SetSessionOptionsResultListener - Class in org.apache.arrow.flight.sql
Typed StreamListener for setSessionOptions.
SqlInfoBuilder - Class in org.apache.arrow.flight.sql
SqlInfoBuilder() - Constructor for class org.apache.arrow.flight.sql.SqlInfoBuilder
 
SqlInfoOptionsUtils - Class in org.apache.arrow.flight.sql.util
SubstraitPlan(byte[], String) - Constructor for class org.apache.arrow.flight.sql.FlightSqlClient.SubstraitPlan
 

T

tableName(String) - Method in class org.apache.arrow.flight.sql.FlightSqlColumnMetadata.Builder
Sets the table name.
TableRef - Class in org.apache.arrow.flight.sql.util
A helper class to reference a table to be passed to the flight sql client.
TableRef(String, String, String) - Constructor for class org.apache.arrow.flight.sql.util.TableRef
The complete constructor for the TableRef class.
toString() - Method in class org.apache.arrow.flight.sql.FlightSqlClient.SubstraitPlan
 
Transaction(byte[]) - Constructor for class org.apache.arrow.flight.sql.FlightSqlClient.Transaction
 
typeName(String) - Method in class org.apache.arrow.flight.sql.FlightSqlColumnMetadata.Builder
Sets the type name.

U

unpackAndParseOrThrow(byte[], Class<T>) - Static method in class org.apache.arrow.flight.sql.FlightSqlUtils
Helper to parse and unpack Any objects to the specific protobuf object.
unpackOrThrow(Any, Class<T>) - Static method in class org.apache.arrow.flight.sql.FlightSqlUtils
Helper to unpack Any objects to the specific protobuf object.
UNSPECIFIED - Enum constant in enum org.apache.arrow.flight.sql.CancelResult
Deprecated.
 
updateCommandBuilder(FlightSql.CommandStatementIngest.Builder) - Method in class org.apache.arrow.flight.sql.FlightSqlClient.ExecuteIngestOptions
 

V

valueOf(String) - Static method in enum org.apache.arrow.flight.sql.CancelResult
Deprecated.
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.arrow.flight.sql.CancelResult
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.

W

withFlightSqlServerArrowVersion(String) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
Sets a value for FlightSql.SqlInfo.FLIGHT_SQL_SERVER_ARROW_VERSION in the builder.
withFlightSqlServerBulkIngestion(boolean) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
Set a value for bulk ingestion support.
withFlightSqlServerBulkIngestionTransaction(boolean) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
Set a value for transaction support for bulk ingestion.
withFlightSqlServerCancel(boolean) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
Set a value for query cancellation support.
withFlightSqlServerName(String) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
Sets a value for FlightSql.SqlInfo.FLIGHT_SQL_SERVER_NAME in the builder.
withFlightSqlServerReadOnly(boolean) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
Sets a value for FlightSql.SqlInfo.FLIGHT_SQL_SERVER_READ_ONLY in the builder.
withFlightSqlServerSql(boolean) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
Set a value for SQL support.
withFlightSqlServerStatementTimeout(int) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
Set a value for statement timeouts.
withFlightSqlServerSubstrait(boolean) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
Set a value for Substrait support.
withFlightSqlServerSubstraitMaxVersion(String) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
Set a value for Substrait maximum version support.
withFlightSqlServerSubstraitMinVersion(String) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
Set a value for Substrait minimum version support.
withFlightSqlServerTransaction(FlightSql.SqlSupportedTransaction) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
Set a value for transaction support.
withFlightSqlServerTransactionTimeout(int) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
Set a value for transaction timeouts.
withFlightSqlServerVersion(String) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
Sets a value for FlightSql.SqlInfo.FLIGHT_SQL_SERVER_VERSION in the builder.
withSqlAllTablesAreSelectable(boolean) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
Sets a value for FlightSql.SqlInfo.SQL_ALL_TABLES_ARE_SELECTABLE in the builder.
withSqlAnsi92SupportedLevel(FlightSql.SupportedAnsi92SqlGrammarLevel...) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
Sets a value for FlightSql.SqlInfo.SQL_ANSI92_SUPPORTED_LEVEL in the builder.
withSqlBatchUpdatesSupported(boolean) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
Sets a value for FlightSql.SqlInfo.SQL_BATCH_UPDATES_SUPPORTED in the builder.
withSqlCatalogAtStart(boolean) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
Sets a value for FlightSql.SqlInfo.SQL_CATALOG_AT_START in the builder.
withSqlCatalogsSupportedActions(FlightSql.SqlSupportedElementActions...) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
Sets a value for FlightSql.SqlInfo.SQL_CATALOGS_SUPPORTED_ACTIONS in the builder.
withSqlCatalogTerm(String) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
Sets a value for FlightSql.SqlInfo.SQL_CATALOG_TERM in the builder.
withSqlCorrelatedSubqueriesSupported(boolean) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
withSqlDataDefinitionCausesTransactionCommit(boolean) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
withSqlDataDefinitionsInTransactionsIgnored(boolean) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
withSqlDatetimeFunctions(String[]) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
Sets a value for FlightSql.SqlInfo.SQL_DATETIME_FUNCTIONS in the builder.
withSqlDbSchemaNameLength(long) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
Sets a value for FlightSql.SqlInfo.SQL_DB_SCHEMA_NAME_LENGTH in the builder.
withSqlDdlCatalog(boolean) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
Sets a value for FlightSql.SqlInfo.SQL_DDL_CATALOG in the builder.
withSqlDdlSchema(boolean) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
Sets a value for FlightSql.SqlInfo.SQL_DDL_SCHEMA in the builder.
withSqlDdlTable(boolean) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
Sets a value for FlightSql.SqlInfo.SQL_DDL_TABLE in the builder.
withSqlDefaultTransactionIsolation(long) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
withSqlExtraNameCharacters(String) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
Sets a value for FlightSql.SqlInfo.SQL_EXTRA_NAME_CHARACTERS in the builder.
withSqlIdentifierCase(FlightSql.SqlSupportedCaseSensitivity) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
Sets a value for FlightSql.SqlInfo.SQL_IDENTIFIER_CASE in the builder.
withSqlIdentifierQuoteChar(String) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
Sets a value for FlightSql.SqlInfo.SQL_IDENTIFIER_QUOTE_CHAR in the builder.
withSqlKeywords(String[]) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
Sets a value for FlightSql.SqlInfo.SQL_KEYWORDS in the builder.
withSqlLocatorsUpdateCopy(boolean) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
Sets a value for FlightSql.SqlInfo.SQL_LOCATORS_UPDATE_COPY in the builder.
withSqlMaxBinaryLiteralLength(long) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
Sets a value SqlInf @link SqlInfo#SQL_MAX_BINARY_LITERAL_LENGTH} in the builder.
withSqlMaxCatalogNameLength(long) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
Sets a value for FlightSql.SqlInfo.SQL_MAX_CATALOG_NAME_LENGTH in the builder.
withSqlMaxCharLiteralLength(long) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
Sets a value for FlightSql.SqlInfo.SQL_MAX_CHAR_LITERAL_LENGTH in the builder.
withSqlMaxColumnNameLength(long) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
Sets a value for FlightSql.SqlInfo.SQL_MAX_COLUMN_NAME_LENGTH in the builder.
withSqlMaxColumnsInGroupBy(long) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
Sets a value for FlightSql.SqlInfo.SQL_MAX_COLUMNS_IN_GROUP_BY in the builder.
withSqlMaxColumnsInIndex(long) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
Sets a value for FlightSql.SqlInfo.SQL_MAX_COLUMNS_IN_INDEX in the builder.
withSqlMaxColumnsInOrderBy(long) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
Sets a value for FlightSql.SqlInfo.SQL_MAX_COLUMNS_IN_ORDER_BY in the builder.
withSqlMaxColumnsInSelect(long) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
Sets a value for FlightSql.SqlInfo.SQL_MAX_COLUMNS_IN_SELECT in the builder.
withSqlMaxColumnsInTable(long) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
Sets a value for FlightSql.SqlInfo.SQL_MAX_COLUMNS_IN_TABLE in the builder.
withSqlMaxConnections(long) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
Sets a value for FlightSql.SqlInfo.SQL_MAX_CONNECTIONS in the builder.
withSqlMaxCursorNameLength(long) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
Sets a value for FlightSql.SqlInfo.SQL_MAX_CURSOR_NAME_LENGTH in the builder.
withSqlMaxIndexLength(long) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
Sets a value for FlightSql.SqlInfo.SQL_MAX_INDEX_LENGTH in the builder.
withSqlMaxProcedureNameLength(long) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
Sets a value for FlightSql.SqlInfo.SQL_MAX_PROCEDURE_NAME_LENGTH in the builder.
withSqlMaxRowSize(long) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
Sets a value for FlightSql.SqlInfo.SQL_MAX_ROW_SIZE in the builder.
withSqlMaxRowSizeIncludesBlobs(boolean) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
Sets a value for FlightSql.SqlInfo.SQL_MAX_ROW_SIZE_INCLUDES_BLOBS in the builder.
withSqlMaxStatementLength(long) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
Sets a value for FlightSql.SqlInfo.SQL_MAX_STATEMENT_LENGTH in the builder.
withSqlMaxStatements(long) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
Sets a value for FlightSql.SqlInfo.SQL_MAX_STATEMENTS in the builder.
withSqlMaxTableNameLength(long) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
Sets a value for FlightSql.SqlInfo.SQL_MAX_TABLE_NAME_LENGTH in the builder.
withSqlMaxTablesInSelect(long) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
Sets a value for FlightSql.SqlInfo.SQL_MAX_TABLES_IN_SELECT in the builder.
withSqlMaxUsernameLength(long) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
Sets a value for FlightSql.SqlInfo.SQL_MAX_USERNAME_LENGTH in the builder.
withSqlNamedParametersSupported(boolean) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
Sets a value for FlightSql.SqlInfo.SQL_NAMED_PARAMETERS_SUPPORTED in the builder.
withSqlNullOrdering(FlightSql.SqlNullOrdering) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
Sets a value for FlightSql.SqlInfo.SQL_NULL_ORDERING in the builder.
withSqlNullPlusNullIsNull(boolean) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
Sets a value for FlightSql.SqlInfo.SQL_NULL_PLUS_NULL_IS_NULL in the builder.
withSqlNumericFunctions(String[]) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
Sets a value for FlightSql.SqlInfo.SQL_NUMERIC_FUNCTIONS in the builder.
withSqlOuterJoinSupportLevel(FlightSql.SqlOuterJoinsSupportLevel...) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
Sets a value for FlightSql.SqlInfo.SQL_OUTER_JOINS_SUPPORT_LEVEL in the builder.
withSqlProcedureTerm(String) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
Sets a value for FlightSql.SqlInfo.SQL_PROCEDURE_TERM in the builder.
withSqlQuotedIdentifierCase(FlightSql.SqlSupportedCaseSensitivity) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
Sets a value for FlightSql.SqlInfo.SQL_QUOTED_IDENTIFIER_CASE in the builder.
withSqlSavepointsSupported(boolean) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
Sets a value for { @link SqlInfo#SQL_SAVEPOINTS_SUPPORTED} in the builder.
withSqlSchemasSupportedActions(FlightSql.SqlSupportedElementActions...) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
Sets a value for FlightSql.SqlInfo.SQL_SCHEMAS_SUPPORTED_ACTIONS in the builder.
withSqlSchemaTerm(String) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
Sets a value for FlightSql.SqlInfo.SQL_SCHEMA_TERM in the builder.
withSqlSearchStringEscape(String) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
Sets a value for FlightSql.SqlInfo.SQL_SEARCH_STRING_ESCAPE in the builder.
withSqlSelectForUpdateSupported(boolean) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
Sets a value for FlightSql.SqlInfo.SQL_SELECT_FOR_UPDATE_SUPPORTED in the builder.
withSqlStoredFunctionsUsingCallSyntaxSupported(boolean) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
withSqlStoredProceduresSupported(boolean) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
Sets a value for FlightSql.SqlInfo.SQL_STORED_PROCEDURES_SUPPORTED in the builder.
withSqlStringFunctions(String[]) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
Sets a value for FlightSql.SqlInfo.SQL_STRING_FUNCTIONS in the builder.
withSqlSubQueriesSupported(FlightSql.SqlSupportedSubqueries...) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
Sets a value for FlightSql.SqlInfo.SQL_SUPPORTED_SUBQUERIES in the builder.
withSqlSupportedGrammar(FlightSql.SupportedSqlGrammar...) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
Sets a value for FlightSql.SqlInfo.SQL_SUPPORTED_GRAMMAR in the builder.
withSqlSupportedGroupBy(FlightSql.SqlSupportedGroupBy...) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
Sets a value for FlightSql.SqlInfo.SQL_SUPPORTED_GROUP_BY in the builder.
withSqlSupportedPositionedCommands(FlightSql.SqlSupportedPositionedCommands...) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
withSqlSupportedResultSetTypes(FlightSql.SqlSupportedResultSetType...) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
Sets a value for FlightSql.SqlInfo.SQL_SUPPORTED_RESULT_SET_TYPES in the builder.
withSqlSupportedTransactionsIsolationLevels(FlightSql.SqlTransactionIsolationLevel...) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
withSqlSupportedUnions(FlightSql.SqlSupportedUnions...) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
Sets a value for FlightSql.SqlInfo.SQL_SUPPORTED_UNIONS in the builder.
withSqlSupportsColumnAliasing(boolean) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
Sets a value for FlightSql.SqlInfo.SQL_SUPPORTS_COLUMN_ALIASING in the builder.
withSqlSupportsConvert(Map<Integer, List<Integer>>) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
Sets a value for FlightSql.SqlInfo.SQL_SUPPORTS_CONVERT in the builder.
withSqlSupportsDifferentTableCorrelationNames(boolean) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
withSqlSupportsExpressionsInOrderBy(boolean) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
withSqlSupportsIntegrityEnhancementFacility(boolean) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
withSqlSupportsLikeEscapeClause(boolean) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
Sets a value for FlightSql.SqlInfo.SQL_SUPPORTS_LIKE_ESCAPE_CLAUSE in the builder.
withSqlSupportsNonNullableColumns(boolean) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
withSqlSupportsOrderByUnrelated(boolean) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
Sets a value for FlightSql.SqlInfo.SQL_SUPPORTS_ORDER_BY_UNRELATED in the builder.
withSqlSupportsTableCorrelationNames(boolean) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
withSqlSystemFunctions(String[]) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
Sets a value for FlightSql.SqlInfo.SQL_SYSTEM_FUNCTIONS in the builder.
withSqlTransactionsSupported(boolean) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
Sets a value for FlightSql.SqlInfo.SQL_TRANSACTIONS_SUPPORTED in the builder.
A B C D E F G H I L M N O P R S T U V W 
All Classes and Interfaces|All Packages