Uses of Class
org.apache.arrow.adapter.avro.producers.CompositeAvroProducer
Packages that use CompositeAvroProducer
- 
Uses of CompositeAvroProducer in org.apache.arrow.adapter.avro
Methods in org.apache.arrow.adapter.avro that return CompositeAvroProducerModifier and TypeMethodDescriptionstatic CompositeAvroProducerArrowToAvroUtils.createCompositeProducer(List<FieldVector> vectors) Overload provided for convenience, sets dictionaries = null.static CompositeAvroProducerArrowToAvroUtils.createCompositeProducer(List<FieldVector> vectors, DictionaryProvider dictionaries) Create a composite Avro producer for a set of field vectors (typically the root set of a VSR).