java.lang.Object
org.apache.arrow.adapter.avro.producers.BaseAvroProducer<NullVector>
org.apache.arrow.adapter.avro.producers.AvroNullProducer
All Implemented Interfaces:
Producer<NullVector>

public class AvroNullProducer extends BaseAvroProducer<NullVector>
Producer that produces null values from a NullVector, writes data to an Avro encoder.
  • Constructor Details

    • AvroNullProducer

      public AvroNullProducer(NullVector vector)
      Instantiate an AvroNullProducer.
  • Method Details

    • produce

      public void produce(org.apache.avro.io.Encoder encoder) throws IOException
      Description copied from interface: Producer
      Produce a specific type value from the vector and write it to avro encoder.
      Parameters:
      encoder - avro encoder to write data
      Throws:
      IOException - on error