planner: unify the argument of range functions to use SessionCtx instead of StatementContext#29999
Conversation
|
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. DetailsReviewer can indicate their review by submitting an approval review. |
SessionCtx instead of StatementContext
…nto range-arg-refactor
|
/run-all-tests |
|
/merge |
|
This pull request has been accepted and is ready to merge. DetailsCommit hash: 9314b68 |
|
/cherry-pick release-5.3 |
|
/cherry-pick release-5.3 |
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
|
cherry pick to release-5.3 in PR #30376 |
planner: unify the argument of range functions to use SessionCtx instead of StatementContext (pingcap#29999)
…stead of `StatementContext` (pingcap#29999)
…stead of `StatementContext` (pingcap#29999)
What problem does this PR solve?
Issue Number: close #xxx
Problem Summary:
What is changed and how it works?
No logical change, just refactors:
SessionCtxinstead ofStatementContext; (SessionCtxhas more info thanStmtCtxand most other components are usingSessionCtxtoo)IsPointandIsPointNullableinto one.Check List
Tests
Release note