Package org.apache.arrow.adapter.avro
Class AvroToArrowConfigBuilder
java.lang.Object
org.apache.arrow.adapter.avro.AvroToArrowConfigBuilder
This class builds
AvroToArrowConfig
s.-
Constructor Summary
ConstructorDescriptionAvroToArrowConfigBuilder
(BufferAllocator allocator) Default constructor for theAvroToArrowConfigBuilder
. -
Method Summary
Modifier and TypeMethodDescriptionbuild()
This builds theAvroToArrowConfig
from 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 theAvroToArrowConfig
from the provided params.
-