[
https://issues.apache.org/jira/browse/IGNITE-14342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17388008#comment-17388008
]
Pavel Tupitsyn commented on IGNITE-14342:
-----------------------------------------
Merged to main: a00725987cdf49bb54246c552e000b4ad6832b8e
> Extend Tuple interface with ordered field access
> ------------------------------------------------
>
> Key: IGNITE-14342
> URL: https://issues.apache.org/jira/browse/IGNITE-14342
> Project: Ignite
> Issue Type: Improvement
> Reporter: Andrey Mashenkov
> Assignee: Pavel Tupitsyn
> Priority: Major
> Labels: iep-54, ignite-3
> Time Spent: 3h
> Remaining Estimate: 0h
>
> Let's extend Tuple interface by adding methods for indexed column access
> (like JDBC resultset has).
> It may need to expose more information about Tuple structure, such as
> * column name -> column index
> * all columns in the tuple (name + type (ColumnType))
> * length()
> * value(int index)
> * Iterable implementation
> This may be useful for SQL\JDBC drivers and bulk operation where Tuples can
> have the same structure and column order.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)