Class ArrowByteArrayConsumer

java.lang.Object
com.alibaba.fastjson2.support.arrow.ArrowByteArrayConsumer
All Implemented Interfaces:
ByteArrayValueConsumer

public class ArrowByteArrayConsumer extends Object implements ByteArrayValueConsumer
  • Constructor Details

    • ArrowByteArrayConsumer

      public ArrowByteArrayConsumer(org.apache.arrow.vector.types.pojo.Schema schema, int rowCount, ObjIntConsumer<org.apache.arrow.vector.VectorSchemaRoot> rootConsumer, Consumer<Long[]> committer)
  • Method Details