Package org.apache.arrow.adapter.avro
Class AvroToArrowConfigBuilder
java.lang.Object
org.apache.arrow.adapter.avro.AvroToArrowConfigBuilder
This class builds 
AvroToArrowConfigs.- 
Constructor Summary
ConstructorsConstructorDescriptionAvroToArrowConfigBuilder(BufferAllocator allocator) Default constructor for theAvroToArrowConfigBuilder. - 
Method Summary
Modifier and TypeMethodDescriptionbuild()This builds theAvroToArrowConfigfrom the provided params.setSkipFieldNames(Set<String> skipFieldNames) setTargetBatchSize(int targetBatchSize)  
- 
Constructor Details
- 
AvroToArrowConfigBuilder
Default constructor for theAvroToArrowConfigBuilder. 
 - 
 - 
Method Details
- 
setTargetBatchSize
 - 
setProvider
 - 
setSkipFieldNames
 - 
build
This builds theAvroToArrowConfigfrom the provided params. 
 -