Skip to content

executor: expose chunk.Column to prepare for vectorized expression evaluation#11351

Merged
qw4990 merged 7 commits into
pingcap:masterfrom
qw4990:vecexpr-exposed-column
Jul 22, 2019
Merged

executor: expose chunk.Column to prepare for vectorized expression evaluation#11351
qw4990 merged 7 commits into
pingcap:masterfrom
qw4990:vecexpr-exposed-column

Conversation

@qw4990
Copy link
Copy Markdown
Contributor

@qw4990 qw4990 commented Jul 22, 2019

What problem does this PR solve?

Expose chunk.Column and some methods of it to let Expression can access data directly by it instead of using Row and RowIter, which is prepared for vectorized expression evaluation.

What is changed and how it works?

Just expose chunk.Column and some methods of it.
No logical changes.

@qw4990 qw4990 added the sig/execution SIG execution label Jul 22, 2019
@coocood
Copy link
Copy Markdown
Member

coocood commented Jul 22, 2019

LGTM

@qw4990
Copy link
Copy Markdown
Contributor Author

qw4990 commented Jul 22, 2019

/run-all-tests

@coocood coocood added the status/LGT1 Indicates that a PR has LGTM 1. label Jul 22, 2019
Comment thread util/chunk/column.go Outdated
Comment thread util/chunk/column.go
Copy link
Copy Markdown
Contributor

@SunRunAway SunRunAway left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@SunRunAway SunRunAway added status/LGT2 Indicates that a PR has LGTM 2. status/all tests passed and removed status/LGT1 Indicates that a PR has LGTM 1. status/all tests passed labels Jul 22, 2019
@codecov
Copy link
Copy Markdown

codecov Bot commented Jul 22, 2019

Codecov Report

Merging #11351 into master will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##            master    #11351   +/-   ##
=========================================
  Coverage   81.325%   81.325%           
=========================================
  Files          423       423           
  Lines        90506     90506           
=========================================
  Hits         73604     73604           
  Misses       11590     11590           
  Partials      5312      5312

@qw4990 qw4990 merged commit d927f9a into pingcap:master Jul 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

sig/execution SIG execution status/LGT2 Indicates that a PR has LGTM 2.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants