Class ColumnVector

    • Method Detail

      • getFieldVector

        public org.apache.arrow.vector.FieldVector getFieldVector()
      • hasNull

        public boolean hasNull()
      • numNulls

        public int numNulls()
      • close

        public void close()
        Specified by:
        close in interface java.lang.AutoCloseable
      • isNullAt

        public boolean isNullAt​(int rowId)
      • getBoolean

        public boolean getBoolean​(int rowId)
      • getInt

        public int getInt​(int rowId)
      • getLong

        public long getLong​(int rowId)
      • getFloat

        public float getFloat​(int rowId)
      • getDouble

        public double getDouble​(int rowId)
      • getString

        public java.lang.String getString​(int rowId)
      • getBinary

        public byte[] getBinary​(int rowId)