Uses of Class
org.apache.arrow.flight.SchemaResult
Package
Description
-
Uses of SchemaResult in org.apache.arrow.flight
Modifier and TypeMethodDescriptionFlightClient.getSchema
(FlightDescriptor descriptor, CallOption... options) Get schema for a stream.default SchemaResult
FlightProducer.getSchema
(FlightProducer.CallContext context, FlightDescriptor descriptor) Get schema for a particular data stream. -
Uses of SchemaResult in org.apache.arrow.flight.integration.tests
Modifier and TypeMethodDescriptionFlightSqlScenarioProducer.getSchemaPreparedStatement
(FlightSql.CommandPreparedStatementQuery command, FlightProducer.CallContext context, FlightDescriptor descriptor) FlightSqlScenarioProducer.getSchemaStatement
(FlightSql.CommandStatementQuery command, FlightProducer.CallContext context, FlightDescriptor descriptor) FlightSqlScenarioProducer.getSchemaSubstraitPlan
(FlightSql.CommandStatementSubstraitPlan command, FlightProducer.CallContext context, FlightDescriptor descriptor) Modifier and TypeMethodDescriptionprotected void
FlightSqlScenario.validateSchema
(Schema expected, SchemaResult actual) -
Uses of SchemaResult in org.apache.arrow.flight.sql
Modifier and TypeMethodDescriptionFlightSqlClient.PreparedStatement.fetchSchema
(CallOption... options) Get the schema of the result set (should be identical toFlightSqlClient.PreparedStatement.getResultSetSchema()
).FlightSqlClient.getCatalogsSchema
(CallOption... options) Get the schema ofFlightSqlClient.getCatalogs(CallOption...)
from the server.FlightSqlClient.getCrossReferenceSchema
(CallOption... options) Get the schema ofFlightSqlClient.getCrossReference(TableRef, TableRef, CallOption...)
from the server.FlightSqlClient.getExecuteSchema
(String query, CallOption... options) Get the schema of the result set of a query.FlightSqlClient.getExecuteSchema
(String query, FlightSqlClient.Transaction transaction, CallOption... options) Get the schema of the result set of a query.FlightSqlClient.getExecuteSubstraitSchema
(FlightSqlClient.SubstraitPlan substraitPlan, CallOption... options) Get the schema of the result set of a Substrait plan.FlightSqlClient.getExecuteSubstraitSchema
(FlightSqlClient.SubstraitPlan plan, FlightSqlClient.Transaction transaction, CallOption... options) Get the schema of the result set of a Substrait plan.FlightSqlClient.getExportedKeysSchema
(CallOption... options) Get the schema ofFlightSqlClient.getExportedKeys(TableRef, CallOption...)
from the server.FlightSqlClient.getImportedKeysSchema
(CallOption... options) Get the schema ofFlightSqlClient.getImportedKeys(TableRef, CallOption...)
from the server.FlightSqlClient.getPrimaryKeysSchema
(CallOption... options) Get the schema ofFlightSqlClient.getPrimaryKeys(TableRef, CallOption...)
from the server.FlightSqlClient.getSchema
(FlightDescriptor descriptor, CallOption... options) Get schema for a stream.default SchemaResult
FlightSqlProducer.getSchema
(FlightProducer.CallContext context, FlightDescriptor descriptor) Returns the schema of the result produced by the SQL query.default SchemaResult
FlightSqlProducer.getSchemaPreparedStatement
(FlightSql.CommandPreparedStatementQuery command, FlightProducer.CallContext context, FlightDescriptor descriptor) Get the schema of the result set of a prepared statement.FlightSqlClient.getSchemasSchema
(CallOption... options) Get the schema ofFlightSqlClient.getSchemas(String, String, CallOption...)
from the server.FlightSqlProducer.getSchemaStatement
(FlightSql.CommandStatementQuery command, FlightProducer.CallContext context, FlightDescriptor descriptor) Get the result schema for a SQL query.NoOpFlightSqlProducer.getSchemaStatement
(FlightSql.CommandStatementQuery command, FlightProducer.CallContext context, FlightDescriptor descriptor) default SchemaResult
FlightSqlProducer.getSchemaSubstraitPlan
(FlightSql.CommandStatementSubstraitPlan command, FlightProducer.CallContext context, FlightDescriptor descriptor) Get the result schema for a Substrait plan.FlightSqlClient.getSqlInfoSchema
(CallOption... options) Get the schema ofFlightSqlClient.getSqlInfo(SqlInfo...)
from the server.FlightSqlClient.getTablesSchema
(boolean includeSchema, CallOption... options) Get the schema ofFlightSqlClient.getTables(String, String, String, List, boolean, CallOption...)
from the server.FlightSqlClient.getTableTypesSchema
(CallOption... options) Get the schema ofFlightSqlClient.getTableTypes(CallOption...)
from the server.FlightSqlClient.getXdbcTypeInfoSchema
(CallOption... options) Get the schema ofFlightSqlClient.getXdbcTypeInfo(CallOption...)
from the server.