Apache Spark SQL 文档

Apache Spark SQL Documentation

有谁知道 Apache Spark 实现的 SQL 的接近文档的地方?我的意思是每个运算符、库函数、关键字等的广泛列表。类似于 Microsoft 和 T-SQL。我现在正在试错

正如 @David Griffin 在评论中所说,Spark SQL 来自 Hive。

Spark's website 上,它说:

Spark SQL reuses the Hive frontend and metastore, giving you full compatibility with existing Hive data, queries, and UDFs. Simply install it alongside Hive.

所以你应该看看 Hive Documentation