I have a simple question - what are the times at the top of WholeStageCodegen rectangles in the Spark UI? Is it a processing time?
Yes it is the sum of the computation time of tasks composing the step.
The 3 other values in parentheses are minimum, median and maximum values of computation time spent by the tasks.