Uses of Interface
org.apache.arrow.adapter.jdbc.JdbcToArrowConfig.JdbcConsumerFactory
Packages that use JdbcToArrowConfig.JdbcConsumerFactory
-
Uses of JdbcToArrowConfig.JdbcConsumerFactory in org.apache.arrow.adapter.jdbc
Methods in org.apache.arrow.adapter.jdbc that return JdbcToArrowConfig.JdbcConsumerFactoryModifier and TypeMethodDescriptionJdbcToArrowConfig.getJdbcConsumerGetter()
Gets the JDBC consumer getter.Methods in org.apache.arrow.adapter.jdbc with parameters of type JdbcToArrowConfig.JdbcConsumerFactoryModifier and TypeMethodDescriptionJdbcToArrowConfigBuilder.setJdbcConsumerGetter
(JdbcToArrowConfig.JdbcConsumerFactory jdbcConsumerGetter) Set the function used to get a JDBC consumer for a given type.