collations
Get all of the Spark SQL string collations.
Syntax
Python
spark.tvf.collations()
Examples
Example 1: Get all available collations
Python
spark.tvf.collations().show()
Output
+-------+-------+-------------+...
|CATALOG| SCHEMA| NAME|...
+-------+-------+-------------+...
...
+-------+-------+-------------+...