Uploaded image for project: 'Tajo (Retired)'
  1. Tajo (Retired)
  2. TAJO-1124

RowWriter::putText and RowWriter::putBlob should take offset and length params.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • block_iteration
    • Storage
    • None

    Description

      Currently, RowWriter support two methods for text and byte types as follows:

      public void putText(byte [] val);
      public void putBlob(byte[] val);
      

      In addition, we should support the followings:

       public void putText(byte [] val, int offset, int length);
       public void putBlob(byte[] val, int offset, int length);
      

      They would be very frequently used idioms for byte array.

      Attachments

        Activity

          People

            hyunsik Hyunsik Choi
            hyunsik Hyunsik Choi
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: