[ https://issues.apache.org/jira/browse/IGNITE-24586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Maksim Zhuravkov updated IGNITE-24586: -------------------------------------- Description: There is no method for reading bytes on `org.apache.ignite.table.Tuple` interface we should add one. was: There is no method for reading bytes on `org.apache.ignite.table.Tuple` interface. - Add method for reading bytes that returns a byte array (name, index). - Add method for reading bytes that returns a byte buffer (name, index). This one is handy for dealing with very large values efficiently. Such method already exists on the BinaryTupleParser, it was added in IGNITE-23186. > Tuple API. Add methods to reading byte array values > --------------------------------------------------- > > Key: IGNITE-24586 > URL: https://issues.apache.org/jira/browse/IGNITE-24586 > Project: Ignite > Issue Type: Improvement > Reporter: Maksim Zhuravkov > Priority: Major > Labels: ignite-3 > > There is no method for reading bytes on `org.apache.ignite.table.Tuple` > interface we should add one. -- This message was sent by Atlassian Jira (v8.20.10#820010)