public class AvroToArrowConfigBuilder extends Object
AvroToArrowConfigs.| Constructor and Description |
|---|
AvroToArrowConfigBuilder(BufferAllocator allocator)
Default constructor for the
AvroToArrowConfigBuilder. |
| Modifier and Type | Method and Description |
|---|---|
AvroToArrowConfig |
build()
This builds the
AvroToArrowConfig from the provided params. |
AvroToArrowConfigBuilder |
setProvider(DictionaryProvider.MapDictionaryProvider provider) |
AvroToArrowConfigBuilder |
setSkipFieldNames(Set<String> skipFieldNames) |
AvroToArrowConfigBuilder |
setTargetBatchSize(int targetBatchSize) |
public AvroToArrowConfigBuilder(BufferAllocator allocator)
AvroToArrowConfigBuilder.public AvroToArrowConfigBuilder setTargetBatchSize(int targetBatchSize)
public AvroToArrowConfigBuilder setProvider(DictionaryProvider.MapDictionaryProvider provider)
public AvroToArrowConfigBuilder setSkipFieldNames(Set<String> skipFieldNames)
public AvroToArrowConfig build()
AvroToArrowConfig from the provided params.Copyright © 2024 The Apache Software Foundation. All rights reserved.