-
Notifications
You must be signed in to change notification settings - Fork 244
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
Documentation: add example python api call for ExplainPlan.explainPotentialGpuPlan [skip ci] #4965
Conversation
build |
build |
``` | ||
- First parameter, `df` is the Spark DataFrame to get the query plan from. | ||
- Second parameter, `ALL` returns all the explain data, you can change to `NOT_ON_GPU` to return just what | ||
does not work on the GPU. The Scala API, ALL is the default when second parameter is not specified. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"The Scala API," is a bit confusing here, was it intended to say "For the Scala API," or was this supposed to be in a separate section like "Python API:" above?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
really I just want the java doc of this function which we don't publish so I changed this to just have a function documentation section
IO need to fix a few formatting things |
ok formatting is fixed |
build |
Co-authored-by: Jason Lowe <jlowe@nvidia.com>
build |
fixes #4745