Class BytesColumnVector.Bytes

  • Enclosing interface:
    BytesColumnVector

    @Internal
    public static class BytesColumnVector.Bytes
    extends Object
    Bytes data.
    • 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()