Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add README for the compute module. #1940

Merged
merged 1 commit into from Jun 24, 2022

Conversation

HaoYang670
Copy link
Contributor

Signed-off-by: remzi 13716567376yh@gmail.com

Which issue does this PR close?

Closes #1533 .

Rationale for this change

Improve the readability of the code.

What changes are included in this PR?

The README is mostly copied from the c++ repo: https://github.com/apache/arrow/blob/master/cpp/src/arrow/compute/README.md

Something different is that the term function and kernel in c++ repo are not the same as that in rust repo. (I guess we don't implement those two structs in rust.)

I defined kernel as a general operation (such as compare, sort, take ...) which contains many functions.

Are there any user-facing changes?

NO, I guess.

Signed-off-by: remzi <13716567376yh@gmail.com>
@github-actions github-actions bot added the arrow Changes to the arrow crate label Jun 24, 2022
@alamb alamb merged commit c5cf2f2 into apache:master Jun 24, 2022
@alamb alamb added the documentation Improvements or additions to documentation label Jun 24, 2022
@alamb
Copy link
Contributor

alamb commented Jun 24, 2022

Thanks @HaoYang670

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arrow Changes to the arrow crate documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add README for the compute kernels
2 participants