| Interface | Description |
|---|---|
| JdbcToArrowConfig.JdbcConsumerFactory |
Interface for a function that gets a JDBC consumer for the given values.
|
| Class | Description |
|---|---|
| ArrowVectorIterator |
VectorSchemaRoot iterator for partially converting JDBC data.
|
| Constants |
String constants used for metadata returned on Vectors.
|
| JdbcFieldInfo |
This class represents the information about a JDBC ResultSet Field that is
needed to construct an
ArrowType. |
| JdbcParameterBinder |
A binder binds JDBC prepared statement parameters to rows of Arrow data from a VectorSchemaRoot.
|
| JdbcParameterBinder.Builder |
A builder for a
JdbcParameterBinder. |
| JdbcToArrow |
Utility class to convert JDBC objects to columnar Arrow format objects.
|
| JdbcToArrowConfig |
This class configures the JDBC-to-Arrow conversion process.
|
| JdbcToArrowConfigBuilder |
This class builds
JdbcToArrowConfigs. |
| JdbcToArrowUtils |
Class that does most of the work to convert JDBC ResultSet data into Arrow columnar format Vector objects.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.