ReferencePySpark referenceFunctionssql_keywords (TVF)On this pagesql_keywords Get Spark SQL keywords. Syntax Pythonspark.tvf.sql_keywords() Examples Example 1: Get all SQL keywords Pythonspark.tvf.sql_keywords().show() Output+-------------+--------+| keyword|reserved|+-------------+--------+...+-------------+--------+...