Uses of Class
org.apache.arrow.adapter.jdbc.JdbcToArrowConfig
Packages that use JdbcToArrowConfig
-
Uses of JdbcToArrowConfig in org.apache.arrow.adapter.jdbc
Methods in org.apache.arrow.adapter.jdbc that return JdbcToArrowConfigMethods in org.apache.arrow.adapter.jdbc with parameters of type JdbcToArrowConfigModifier and TypeMethodDescriptionJdbcToArrowConfig.JdbcConsumerFactory.apply(ArrowType arrowType, int columnIndex, boolean nullable, FieldVector vector, JdbcToArrowConfig config) static ArrowVectorIteratorArrowVectorIterator.create(ResultSet resultSet, JdbcToArrowConfig config) Create a ArrowVectorIterator to partially convert data.static JdbcConsumerJdbcToArrowUtils.getConsumer(ArrowType arrowType, int columnIndex, boolean nullable, FieldVector vector, JdbcToArrowConfig config) Default function used for JdbcConsumerFactory.static SchemaJdbcToArrowUtils.jdbcToArrowSchema(ResultSetMetaData rsmd, JdbcToArrowConfig config) Create ArrowSchemaobject for the given JDBCResultSetMetaData.static voidJdbcToArrowUtils.jdbcToArrowVectors(ResultSet rs, VectorSchemaRoot root, JdbcToArrowConfig config) Iterate the given JDBCResultSetobject to fetch the data and transpose it to populate the given Arrow Vector objects.static ArrowVectorIteratorJdbcToArrow.sqlToArrowVectorIterator(ResultSet resultSet, JdbcToArrowConfig config) For the given JDBCResultSet, fetch the data from Relational DB and convert it to Arrow objects.