Package org.apache.arrow.adapter.jdbc
Interface JdbcToArrowConfig.JdbcConsumerFactory
- Enclosing class:
- JdbcToArrowConfig
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Interface for a function that gets a JDBC consumer for the given values.
-
Method Summary
Modifier and TypeMethodDescriptionapply
(ArrowType arrowType, int columnIndex, boolean nullable, FieldVector vector, JdbcToArrowConfig config)
-
Method Details
-
apply
JdbcConsumer apply(ArrowType arrowType, int columnIndex, boolean nullable, FieldVector vector, JdbcToArrowConfig config)
-