Package | Description |
---|---|
org.apache.arrow.flight | |
org.apache.arrow.flight.integration.tests | |
org.apache.arrow.flight.sql |
Modifier and Type | Method and Description |
---|---|
SchemaResult |
FlightClient.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.
|
Modifier and Type | Method and Description |
---|---|
SchemaResult |
FlightSqlScenarioProducer.getSchemaStatement(FlightSql.CommandStatementQuery command,
FlightProducer.CallContext context,
FlightDescriptor descriptor) |
Modifier and Type | Method and Description |
---|---|
SchemaResult |
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.
|
SchemaResult |
FlightSqlProducer.getSchemaStatement(FlightSql.CommandStatementQuery command,
FlightProducer.CallContext context,
FlightDescriptor descriptor)
Gets schema about a particular SQL query based data stream.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.