Andrey Mashenkov created IGNITE-26913:
-----------------------------------------
Summary: Sql. InternalTable interface refactoring.
Key: IGNITE-26913
URL: https://issues.apache.org/jira/browse/IGNITE-26913
Project: Ignite
Issue Type: Improvement
Components: sql ai3
Affects Versions: 3.2
Reporter: Andrey Mashenkov
Assignee: Andrey Mashenkov
InternalTable interface contains a bunch of similar `scan()` and `lookup()`
methods that are used mostly by SQL.
These method discloses TX stuff and maybe other parameters, which are not
related to the operation itself, but have impact on the execution flow.
Let't pack TX and security stuff into an OperationContext holder-class.
Also, we can do the same with the index search bounds.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)