Interface PrimitiveArrowArray<T>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void setValue​(long index, T value)  
      T value​(long index)  
      • Methods inherited from interface com.alibaba.fastffi.FFIPointer

        getAddress
    • Method Detail

      • value

        T value​(long index)
      • setValue

        void setValue​(long index,
                      T value)