HaoYang670 opened a new pull request, #1940:
URL: https://github.com/apache/arrow-rs/pull/1940

   Signed-off-by: remzi <[email protected]>
   
   # Which issue does this PR close?
   
   <!---
   We generally require a GitHub issue to be filed for all bug fixes and 
enhancements and this helps us generate change logs for our releases. You can 
link an issue to this PR using the GitHub syntax. For example `Closes #123` 
indicates that this PR will close issue #123.
   -->
   
   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.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to