[
https://issues.apache.org/jira/browse/HBASE-12415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14194865#comment-14194865
]
Yi Deng commented on HBASE-12415:
---------------------------------
It'll be nice if some document for the function is added like "Catenation of
all the byte arrays." because the name 'add' was kinda confusing to me when I
first saw it. I'm not sure whether the results are an array with elements equal
to sum of the correponding elements of the input arrays (which is a matlab
array 'add').
> Add add(byte[][] arrays) to Bytes.
> ----------------------------------
>
> Key: HBASE-12415
> URL: https://issues.apache.org/jira/browse/HBASE-12415
> Project: HBase
> Issue Type: Improvement
> Reporter: Jean-Marc Spaggiari
> Assignee: Jean-Marc Spaggiari
> Attachments: HBASE-12415-v0-trunk.patch, HBASE-12415-v1-trunk.patch
>
>
> Bytes already implements add (byte[] a, byte[] b) and add (byte[] a, byte[]
> b, byte[] c). Goal of this JIRA is to add a generic add (byte[][] arrays)
> method.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)