Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Get Spark SQL keywords.
Syntax
spark.tvf.sql_keywords()
Examples
Example 1: Get all SQL keywords
spark.tvf.sql_keywords().show()
+-------------+--------+
| keyword|reserved|
+-------------+--------+
...
+-------------+--------+...