Index
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
FlightSqlProducerthat 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
-
Deprecated.
- 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 aFlightSqlClient.PreparedStatementoperation, 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
FlightSqlClientto 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.ActionCreatePreparedStatementResultobject in aResultobject. - 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
bitmaskpoints to the providedProtocolMessageEnumby comparingProtocolMessageEnum.getNumber()with the respective bit index of thebitmask.
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 aFlightSqlClientto be used in future calls, and then callsFlightSqlClientDemoApp.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(ArrowStreamReader, FlightSqlClient.ExecuteIngestOptions, CallOption...) - Method in class org.apache.arrow.flight.sql.FlightSqlClient
-
Execute a bulk ingest on the server.
- executeIngest(ArrowStreamReader, 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
CallOptionas an array; usually used as an argument inFlightSqlClientmethods. - 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
-
Get the schema of
FlightSqlClient.getCrossReference(TableRef, TableRef, CallOption...)from the server. - 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
-
Get the schema of
FlightSqlClient.getExportedKeys(TableRef, CallOption...)from the server. - 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.CommandGetCatalogsobjects inResultobjects. - 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.CommandGetCrossReferenceobjects inResultobjects. - 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.CommandGetExportedKeysobjects inResultobjects. - 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.CommandGetImportedKeysobjects inResultobjects. - 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.CommandGetPrimaryKeysobjects inResultobjects. - 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.CommandGetDbSchemasobjects inResultobjects. - 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.CommandGetSqlInfoin aResult. - 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.CommandGetTablesobjects inResultobjects. - 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.CommandGetTableTypesobjects inResultobjects. - 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
- 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
-
Get the schema of
FlightSqlClient.getImportedKeys(TableRef, CallOption...)from the server. - 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
-
Get the schema of
FlightSqlClient.getPrimaryKeys(TableRef, CallOption...)from the server. - 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
-
Get the schema of
FlightSqlClient.getSchemas(String, String, CallOption...)from the server. - 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
-
Get the schema of
FlightSqlClient.getTables(String, String, String, List, boolean, CallOption...)from the server. - 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
FlightSqlProducerthat 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
Anyobjects 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.
- 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.parameterBindingRootcontaining the parameter binding from aFlightSqlClient.PreparedStatementoperation. - 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
-
Auxiliary class meant to facilitate the implementation of
FlightSqlProducer.getStreamSqlInfo(org.apache.arrow.flight.sql.impl.FlightSql.CommandGetSqlInfo, org.apache.arrow.flight.FlightProducer.CallContext, org.apache.arrow.flight.FlightProducer.ServerStreamListener). - SqlInfoBuilder() - Constructor for class org.apache.arrow.flight.sql.SqlInfoBuilder
- SqlInfoOptionsUtils - Class in org.apache.arrow.flight.sql.util
-
Utility class for
FlightSql.SqlInfoandFlightSqlClient.getSqlInfo(org.apache.arrow.flight.sql.impl.FlightSql.SqlInfo...)option parsing. - 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
Anyobjects to the specific protobuf object. - unpackOrThrow(Any, Class<T>) - Static method in class org.apache.arrow.flight.sql.FlightSqlUtils
-
Helper to unpack
Anyobjects 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_VERSIONin 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_NAMEin the builder. - withFlightSqlServerReadOnly(boolean) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
-
Sets a value for
FlightSql.SqlInfo.FLIGHT_SQL_SERVER_READ_ONLYin 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_VERSIONin the builder. - withSqlAllTablesAreSelectable(boolean) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
-
Sets a value for
FlightSql.SqlInfo.SQL_ALL_TABLES_ARE_SELECTABLEin the builder. - withSqlAnsi92SupportedLevel(FlightSql.SupportedAnsi92SqlGrammarLevel...) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
-
Sets a value for
FlightSql.SqlInfo.SQL_ANSI92_SUPPORTED_LEVELin the builder. - withSqlBatchUpdatesSupported(boolean) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
-
Sets a value for
FlightSql.SqlInfo.SQL_BATCH_UPDATES_SUPPORTEDin the builder. - withSqlCatalogAtStart(boolean) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
-
Sets a value for
FlightSql.SqlInfo.SQL_CATALOG_AT_STARTin the builder. - withSqlCatalogsSupportedActions(FlightSql.SqlSupportedElementActions...) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
-
Sets a value for
FlightSql.SqlInfo.SQL_CATALOGS_SUPPORTED_ACTIONSin the builder. - withSqlCatalogTerm(String) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
-
Sets a value for
FlightSql.SqlInfo.SQL_CATALOG_TERMin the builder. - withSqlCorrelatedSubqueriesSupported(boolean) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
-
Sets a value for
FlightSql.SqlInfo.SQL_CORRELATED_SUBQUERIES_SUPPORTEDin the builder. - withSqlDataDefinitionCausesTransactionCommit(boolean) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
-
Sets a value for
FlightSql.SqlInfo.SQL_DATA_DEFINITION_CAUSES_TRANSACTION_COMMITin the builder. - withSqlDataDefinitionsInTransactionsIgnored(boolean) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
-
Sets a value for
FlightSql.SqlInfo.SQL_DATA_DEFINITIONS_IN_TRANSACTIONS_IGNOREDin the builder. - withSqlDatetimeFunctions(String[]) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
-
Sets a value for
FlightSql.SqlInfo.SQL_DATETIME_FUNCTIONSin the builder. - withSqlDbSchemaNameLength(long) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
-
Sets a value for
FlightSql.SqlInfo.SQL_DB_SCHEMA_NAME_LENGTHin the builder. - withSqlDdlCatalog(boolean) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
-
Sets a value for
FlightSql.SqlInfo.SQL_DDL_CATALOGin the builder. - withSqlDdlSchema(boolean) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
-
Sets a value for
FlightSql.SqlInfo.SQL_DDL_SCHEMAin the builder. - withSqlDdlTable(boolean) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
-
Sets a value for
FlightSql.SqlInfo.SQL_DDL_TABLEin the builder. - withSqlDefaultTransactionIsolation(long) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
-
Sets a value for
FlightSql.SqlInfo.SQL_DEFAULT_TRANSACTION_ISOLATIONin the builder. - withSqlExtraNameCharacters(String) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
-
Sets a value for
FlightSql.SqlInfo.SQL_EXTRA_NAME_CHARACTERSin the builder. - withSqlIdentifierCase(FlightSql.SqlSupportedCaseSensitivity) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
-
Sets a value for
FlightSql.SqlInfo.SQL_IDENTIFIER_CASEin the builder. - withSqlIdentifierQuoteChar(String) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
-
Sets a value for
FlightSql.SqlInfo.SQL_IDENTIFIER_QUOTE_CHARin the builder. - withSqlKeywords(String[]) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
-
Sets a value for
FlightSql.SqlInfo.SQL_KEYWORDSin the builder. - withSqlLocatorsUpdateCopy(boolean) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
-
Sets a value for
FlightSql.SqlInfo.SQL_LOCATORS_UPDATE_COPYin 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_LENGTHin the builder. - withSqlMaxCharLiteralLength(long) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
-
Sets a value for
FlightSql.SqlInfo.SQL_MAX_CHAR_LITERAL_LENGTHin the builder. - withSqlMaxColumnNameLength(long) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
-
Sets a value for
FlightSql.SqlInfo.SQL_MAX_COLUMN_NAME_LENGTHin the builder. - withSqlMaxColumnsInGroupBy(long) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
-
Sets a value for
FlightSql.SqlInfo.SQL_MAX_COLUMNS_IN_GROUP_BYin the builder. - withSqlMaxColumnsInIndex(long) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
-
Sets a value for
FlightSql.SqlInfo.SQL_MAX_COLUMNS_IN_INDEXin the builder. - withSqlMaxColumnsInOrderBy(long) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
-
Sets a value for
FlightSql.SqlInfo.SQL_MAX_COLUMNS_IN_ORDER_BYin the builder. - withSqlMaxColumnsInSelect(long) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
-
Sets a value for
FlightSql.SqlInfo.SQL_MAX_COLUMNS_IN_SELECTin the builder. - withSqlMaxColumnsInTable(long) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
-
Sets a value for
FlightSql.SqlInfo.SQL_MAX_COLUMNS_IN_TABLEin the builder. - withSqlMaxConnections(long) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
-
Sets a value for
FlightSql.SqlInfo.SQL_MAX_CONNECTIONSin the builder. - withSqlMaxCursorNameLength(long) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
-
Sets a value for
FlightSql.SqlInfo.SQL_MAX_CURSOR_NAME_LENGTHin the builder. - withSqlMaxIndexLength(long) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
-
Sets a value for
FlightSql.SqlInfo.SQL_MAX_INDEX_LENGTHin the builder. - withSqlMaxProcedureNameLength(long) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
-
Sets a value for
FlightSql.SqlInfo.SQL_MAX_PROCEDURE_NAME_LENGTHin the builder. - withSqlMaxRowSize(long) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
-
Sets a value for
FlightSql.SqlInfo.SQL_MAX_ROW_SIZEin the builder. - withSqlMaxRowSizeIncludesBlobs(boolean) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
-
Sets a value for
FlightSql.SqlInfo.SQL_MAX_ROW_SIZE_INCLUDES_BLOBSin the builder. - withSqlMaxStatementLength(long) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
-
Sets a value for
FlightSql.SqlInfo.SQL_MAX_STATEMENT_LENGTHin the builder. - withSqlMaxStatements(long) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
-
Sets a value for
FlightSql.SqlInfo.SQL_MAX_STATEMENTSin the builder. - withSqlMaxTableNameLength(long) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
-
Sets a value for
FlightSql.SqlInfo.SQL_MAX_TABLE_NAME_LENGTHin the builder. - withSqlMaxTablesInSelect(long) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
-
Sets a value for
FlightSql.SqlInfo.SQL_MAX_TABLES_IN_SELECTin the builder. - withSqlMaxUsernameLength(long) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
-
Sets a value for
FlightSql.SqlInfo.SQL_MAX_USERNAME_LENGTHin the builder. - withSqlNamedParametersSupported(boolean) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
-
Sets a value for
FlightSql.SqlInfo.SQL_NAMED_PARAMETERS_SUPPORTEDin the builder. - withSqlNullOrdering(FlightSql.SqlNullOrdering) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
-
Sets a value for
FlightSql.SqlInfo.SQL_NULL_ORDERINGin the builder. - withSqlNullPlusNullIsNull(boolean) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
-
Sets a value for
FlightSql.SqlInfo.SQL_NULL_PLUS_NULL_IS_NULLin the builder. - withSqlNumericFunctions(String[]) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
-
Sets a value for
FlightSql.SqlInfo.SQL_NUMERIC_FUNCTIONSin the builder. - withSqlOuterJoinSupportLevel(FlightSql.SqlOuterJoinsSupportLevel...) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
-
Sets a value for
FlightSql.SqlInfo.SQL_OUTER_JOINS_SUPPORT_LEVELin the builder. - withSqlProcedureTerm(String) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
-
Sets a value for
FlightSql.SqlInfo.SQL_PROCEDURE_TERMin the builder. - withSqlQuotedIdentifierCase(FlightSql.SqlSupportedCaseSensitivity) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
-
Sets a value for
FlightSql.SqlInfo.SQL_QUOTED_IDENTIFIER_CASEin 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_ACTIONSin the builder. - withSqlSchemaTerm(String) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
-
Sets a value for
FlightSql.SqlInfo.SQL_SCHEMA_TERMin the builder. - withSqlSearchStringEscape(String) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
-
Sets a value for
FlightSql.SqlInfo.SQL_SEARCH_STRING_ESCAPEin the builder. - withSqlSelectForUpdateSupported(boolean) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
-
Sets a value for
FlightSql.SqlInfo.SQL_SELECT_FOR_UPDATE_SUPPORTEDin the builder. - withSqlStoredFunctionsUsingCallSyntaxSupported(boolean) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
-
Sets a value for
FlightSql.SqlInfo.SQL_STORED_FUNCTIONS_USING_CALL_SYNTAX_SUPPORTEDin the builder. - withSqlStoredProceduresSupported(boolean) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
-
Sets a value for
FlightSql.SqlInfo.SQL_STORED_PROCEDURES_SUPPORTEDin the builder. - withSqlStringFunctions(String[]) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
-
Sets a value for
FlightSql.SqlInfo.SQL_STRING_FUNCTIONSin the builder. - withSqlSubQueriesSupported(FlightSql.SqlSupportedSubqueries...) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
-
Sets a value for
FlightSql.SqlInfo.SQL_SUPPORTED_SUBQUERIESin the builder. - withSqlSupportedGrammar(FlightSql.SupportedSqlGrammar...) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
-
Sets a value for
FlightSql.SqlInfo.SQL_SUPPORTED_GRAMMARin the builder. - withSqlSupportedGroupBy(FlightSql.SqlSupportedGroupBy...) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
-
Sets a value for
FlightSql.SqlInfo.SQL_SUPPORTED_GROUP_BYin the builder. - withSqlSupportedPositionedCommands(FlightSql.SqlSupportedPositionedCommands...) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
-
Sets a value for
FlightSql.SqlInfo.SQL_SUPPORTED_POSITIONED_COMMANDSin the builder. - withSqlSupportedResultSetTypes(FlightSql.SqlSupportedResultSetType...) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
-
Sets a value for
FlightSql.SqlInfo.SQL_SUPPORTED_RESULT_SET_TYPESin the builder. - withSqlSupportedTransactionsIsolationLevels(FlightSql.SqlTransactionIsolationLevel...) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
-
Sets a value for
FlightSql.SqlInfo.SQL_SUPPORTED_TRANSACTIONS_ISOLATION_LEVELSin the builder. - withSqlSupportedUnions(FlightSql.SqlSupportedUnions...) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
-
Sets a value for
FlightSql.SqlInfo.SQL_SUPPORTED_UNIONSin the builder. - withSqlSupportsColumnAliasing(boolean) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
-
Sets a value for
FlightSql.SqlInfo.SQL_SUPPORTS_COLUMN_ALIASINGin the builder. - withSqlSupportsConvert(Map<Integer, List<Integer>>) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
-
Sets a value for
FlightSql.SqlInfo.SQL_SUPPORTS_CONVERTin the builder. - withSqlSupportsDifferentTableCorrelationNames(boolean) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
-
Sets a value for
FlightSql.SqlInfo.SQL_SUPPORTS_DIFFERENT_TABLE_CORRELATION_NAMESin the builder. - withSqlSupportsExpressionsInOrderBy(boolean) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
-
Sets a value for
FlightSql.SqlInfo.SQL_SUPPORTS_EXPRESSIONS_IN_ORDER_BYin the builder. - withSqlSupportsIntegrityEnhancementFacility(boolean) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
-
Sets a value for
FlightSql.SqlInfo.SQL_SUPPORTS_INTEGRITY_ENHANCEMENT_FACILITYin the builder. - withSqlSupportsLikeEscapeClause(boolean) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
-
Sets a value for
FlightSql.SqlInfo.SQL_SUPPORTS_LIKE_ESCAPE_CLAUSEin the builder. - withSqlSupportsNonNullableColumns(boolean) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
-
Sets a value for
FlightSql.SqlInfo.SQL_SUPPORTS_NON_NULLABLE_COLUMNSin the builder. - withSqlSupportsOrderByUnrelated(boolean) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
-
Sets a value for
FlightSql.SqlInfo.SQL_SUPPORTS_ORDER_BY_UNRELATEDin the builder. - withSqlSupportsTableCorrelationNames(boolean) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
-
Sets a value for
FlightSql.SqlInfo.SQL_SUPPORTS_TABLE_CORRELATION_NAMESin the builder. - withSqlSystemFunctions(String[]) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
-
Sets a value for
FlightSql.SqlInfo.SQL_SYSTEM_FUNCTIONSin the builder. - withSqlTransactionsSupported(boolean) - Method in class org.apache.arrow.flight.sql.SqlInfoBuilder
-
Sets a value for
FlightSql.SqlInfo.SQL_TRANSACTIONS_SUPPORTEDin the builder.
All Classes and Interfaces|All Packages
FlightSqlClient.cancelFlightInfo(org.apache.arrow.flight.CancelFlightInfoRequest, org.apache.arrow.flight.CallOption...).