Package | Description |
---|---|
org.apache.arrow.driver.jdbc.utils |
Modifier and Type | Method and Description |
---|---|
VectorSchemaRootTransformer.Builder |
VectorSchemaRootTransformer.Builder.addEmptyField(String fieldName,
ArrowType fieldType)
Adds an empty field to the transformed
VectorSchemaRoot schema. |
VectorSchemaRootTransformer.Builder |
VectorSchemaRootTransformer.Builder.addEmptyField(String fieldName,
Types.MinorType fieldType)
Adds an empty field to the transformed
VectorSchemaRoot schema. |
VectorSchemaRootTransformer.Builder |
VectorSchemaRootTransformer.Builder.renameFieldVector(String originalVectorName,
String transformedVectorName)
Add task to transform a vector to a new vector renaming it.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.