David Mollitor created ORC-852:
----------------------------------
Summary: Allow DynamicByteArray to Return a ByteBuffer
Key: ORC-852
URL: https://issues.apache.org/jira/browse/ORC-852
Project: ORC
Issue Type: Improvement
Reporter: David Mollitor
Assignee: David Mollitor
Currently, the {{DynamicByteArray}} allows access to external callers by
filling a {{Text}} buffer provided by the caller. This involves a copy of
data. Instead, allow {{DynamicByteArray}} to return a {{ByteBuffer}} which
gives a view into the data, which in many cases, may prevent copying the data
from one buffer to another.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)