SparkSQL has the uuid() SQL built-in function.
However, neither the documentation states the UUID version nor I could find the source code, after a quick search.
I can assume that it is likely to be UUID V4.
What is the version used to implement it?
Thanks.
Bonus question: Where is it implemented in the source code? I would be happy to see it.