Uses of Class
org.apache.arrow.driver.jdbc.utils.VectorSchemaRootTransformer.Builder
-
Uses of VectorSchemaRootTransformer.Builder in org.apache.arrow.driver.jdbc.utils
Modifier and TypeMethodDescriptionVectorSchemaRootTransformer.Builder.addEmptyField
(String fieldName, ArrowType fieldType) Adds an empty field to the transformedVectorSchemaRoot
schema.VectorSchemaRootTransformer.Builder.addEmptyField
(String fieldName, Types.MinorType fieldType) Adds an empty field to the transformedVectorSchemaRoot
schema.VectorSchemaRootTransformer.Builder.renameFieldVector
(String originalVectorName, String transformedVectorName) Add task to transform a vector to a new vector renaming it.