Class BytesColumnVector.Bytes

    • Field Detail

      • data

        public final byte[] data
      • offset

        public final int offset
      • len

        public final int len
    • Constructor Detail

      • Bytes

        public Bytes​(byte[] data,
                     int offset,
                     int len)
    • Method Detail

      • getBytes

        public byte[] getBytes()