pyspark.sql.tvf.TableValuedFunction.collations#
- TableValuedFunction.collations()[source]#
Get all of the Spark SQL string collations.
New in version 4.0.0.
- Returns
DataFrame
Examples
>>> spark.tvf.collations().show() +-------+-------+-------------------+... |CATALOG| SCHEMA| NAME|... +-------+-------+-------------------+... ... +-------+-------+-------------------+...