跳转至

SQL transforms(SQL 转换)

SQL is the easiest language to use when authoring data transformations in Foundry, while enabling a broad range of advanced data manipulation patterns thanks to the expressiveness of Spark SQL, including filtering, aggregations, derivations, and window functions.

Get started with SQL transforms using the simple batch pipeline tutorial for Code Repositories, or explore the Spark SQL reference. Note that Foundry does not support incremental transforms in SQL.


中文翻译

SQL 转换

SQL 是在 Foundry 中编写数据转换时最易使用的语言,同时借助 Spark SQL 的表达能力,它支持广泛的高级数据操作模式,包括过滤、聚合、衍生和窗口函数。

通过代码仓库的简单批处理管道教程开始使用 SQL 转换,或查阅 Spark SQL 参考文档。请注意,Foundry 不支持 SQL 中的增量转换。