Aller au contenu principal

mots_clés_sql

Obtenir les mots-clés Spark SQL.

Syntaxe

Python
spark.tvf.sql_keywords()

Exemples

Exemple 1 : obtenir tous les mots-clés SQL

Python
spark.tvf.sql_keywords().show()
Output
+-------------+--------+
| keyword|reserved|
+-------------+--------+
...
+-------------+--------+...
Sur cette page