| Interface | Description |
|---|---|
| VectorSchemaRootTransformer |
Converts Arrow's
VectorSchemaRoot format to one JDBC would expect. |
| Class | Description |
|---|---|
| ArrowFlightConnectionConfigImpl |
A
ConnectionConfig for the ArrowFlightConnection. |
| AvaticaParameterBinder |
Convert Avatica PreparedStatement parameters from a list of TypedValue to Arrow and bind them to the
VectorSchemaRoot representing the PreparedStatement parameters.
|
| AvaticaParameterBinder.BinderVisitor |
ArrowTypeVisitor that binds Avatica TypedValues to the given FieldVector at the specified index.
|
| ConnectionWrapper |
Auxiliary wrapper class for
Connection, used on ArrowFlightJdbcPooledConnection. |
| ConvertUtils |
Convert objects between Arrow and Avatica.
|
| DateTimeUtils |
Datetime utility functions.
|
| FlightEndpointDataQueue |
Auxiliary class used to handle consuming of multiple
FlightStream. |
| IntervalStringUtils |
Utility class to format periods similar to Oracle's representation
of "INTERVAL * to *" data type.
|
| SqlTypes |
SQL Types utility functions.
|
| UrlParser |
URL Parser for extracting key values from a connection string.
|
| VectorSchemaRootTransformer.Builder |
Transformer's helper class; builds a new
VectorSchemaRoot. |
| Enum | Description |
|---|---|
| ArrowFlightConnectionConfigImpl.ArrowFlightConnectionProperty |
Custom
ConnectionProperty for the ArrowFlightConnectionConfigImpl. |
Copyright © 2024 The Apache Software Foundation. All rights reserved.