Class DictEncodedArrowConverter


  • public class DictEncodedArrowConverter
    extends java.lang.Object
    This converts dictionary encoded arrow vectors to a correctly typed arrow vector.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.apache.arrow.vector.FieldVector toArrowVector​(VectorHolder vectorHolder, ArrowVectorAccessor<?,​java.lang.String,​?,​?> accessor)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • toArrowVector

        public static org.apache.arrow.vector.FieldVector toArrowVector​(VectorHolder vectorHolder,
                                                                        ArrowVectorAccessor<?,​java.lang.String,​?,​?> accessor)