Interface VectorSchemaRootTransformer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Converts Arrow's
VectorSchemaRoot
format to one JDBC would expect.-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
Transformer's helper class; builds a newVectorSchemaRoot
. -
Method Summary
Modifier and TypeMethodDescriptiontransform
(VectorSchemaRoot originalRoot, VectorSchemaRoot transformedRoot)
-
Method Details
-
transform
VectorSchemaRoot transform(VectorSchemaRoot originalRoot, VectorSchemaRoot transformedRoot) throws Exception - Throws:
Exception
-