| Package | Description |
|---|---|
| org.apache.arrow.adapter.jdbc |
| Modifier and Type | Method and Description |
|---|---|
JdbcToArrowConfig |
JdbcToArrowConfigBuilder.build()
|
| Modifier and Type | Method and Description |
|---|---|
static ArrowVectorIterator |
ArrowVectorIterator.create(ResultSet resultSet,
JdbcToArrowConfig config)
Create a ArrowVectorIterator to partially convert data.
|
static Schema |
JdbcToArrowUtils.jdbcToArrowSchema(ResultSetMetaData rsmd,
JdbcToArrowConfig config)
Create Arrow
Schema object for the given JDBC ResultSetMetaData. |
static void |
JdbcToArrowUtils.jdbcToArrowVectors(ResultSet rs,
VectorSchemaRoot root,
JdbcToArrowConfig config)
Iterate the given JDBC
ResultSet object to fetch the data and transpose it to populate
the given Arrow Vector objects. |
static ArrowVectorIterator |
JdbcToArrow.sqlToArrowVectorIterator(ResultSet resultSet,
JdbcToArrowConfig config)
For the given JDBC
ResultSet, fetch the data from Relational DB and convert it to Arrow objects. |
Copyright © 2023 The Apache Software Foundation. All rights reserved.