pitrou commented on pull request #10926: URL: https://github.com/apache/arrow/pull/10926#issuecomment-897737872
The docstrings are maintained as `FunctionDoc` objects in C++. Here is the one for `sort_indices`: https://github.com/apache/arrow/blob/master/cpp/src/arrow/compute/kernels/vector_sort.cc#L1624 Then we have some Python machinery to generate descriptions for the various function parameters. -- 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]
