| Interface | Description |
|---|---|
| FlightSqlProducer |
API to Implement an Arrow Flight SQL producer.
|
| Class | Description |
|---|---|
| BasicFlightSqlProducer |
A
FlightSqlProducer that implements getting FlightInfo for each metadata request. |
| CloseSessionResultListener |
Typed StreamListener for closeSession.
|
| FlightEndpointListener |
Typed StreamListener for renewFlightEndpoint.
|
| FlightSqlClient |
Flight client with Flight SQL semantics.
|
| FlightSqlClient.PreparedStatement |
Helper class to encapsulate Flight SQL prepared statement logic.
|
| FlightSqlClient.Savepoint |
A handle for an active savepoint.
|
| FlightSqlClient.SubstraitPlan |
A wrapper around a Substrait plan and a Substrait version.
|
| FlightSqlClient.Transaction |
A handle for an active transaction.
|
| FlightSqlColumnMetadata |
Metadata for a column in a Flight SQL query.
|
| FlightSqlColumnMetadata.Builder |
Builder of FlightSqlColumnMetadata, used on FlightSqlProducer implementations.
|
| FlightSqlProducer.Schemas |
Default schema templates for the
FlightSqlProducer. |
| FlightSqlUtils |
Utilities to work with Flight SQL semantics.
|
| GetSessionOptionsResultListener |
Typed StreamListener for getSessionOptions.
|
| NoOpFlightSqlProducer |
A
FlightSqlProducer that throws on all FlightSql-specific operations. |
| SetSessionOptionsResultListener |
Typed StreamListener for setSessionOptions.
|
| SqlInfoBuilder |
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). |
| Enum | Description |
|---|---|
| CancelResult | Deprecated
Prefer
CancelStatus. |
Copyright © 2024 The Apache Software Foundation. All rights reserved.