- 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
-
- 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
-
- 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, FlightSqlClient.Transaction, CallOption...) - Method in class org.apache.arrow.flight.sql.FlightSqlClient
-
Get the schema of the result set of a query.
- getExecuteSchema(String, CallOption...) - Method in class org.apache.arrow.flight.sql.FlightSqlClient
-
Get the schema of the result set of a query.
- 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.
- getExecuteSubstraitSchema(FlightSqlClient.SubstraitPlan, 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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(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.
- 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.
- getSqlInfoSchema(CallOption...) - Method in class org.apache.arrow.flight.sql.FlightSqlClient
-
Get the schema of #getSqlInfo(SqlInfo...) from the server.
- getStream(Ticket, CallOption...) - Method in class org.apache.arrow.flight.sql.FlightSqlClient
-
Retrieve a stream 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.
- 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
-
- 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
-