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