Package | Description |
---|---|
org.apache.arrow.adapter.jdbc |
Modifier and Type | Method and Description |
---|---|
static ArrowVectorIterator |
ArrowVectorIterator.create(ResultSet resultSet,
JdbcToArrowConfig config)
Create a ArrowVectorIterator to partially convert data.
|
static ArrowVectorIterator |
JdbcToArrow.sqlToArrowVectorIterator(ResultSet resultSet,
BufferAllocator allocator)
For the given JDBC
ResultSet , fetch the data from Relational DB and convert it to Arrow 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.