12.17.12 Spatial Aggregate Functions空间聚合函数

MySQL supports aggregate functions that perform a calculation on a set of values. MySQL支持对一组值执行计算的聚合函数。For general information about these functions, see Section 12.20.1, “Aggregate Function Descriptions”. 有关这些函数的一般信息,请参阅第12.20.1节,“聚合函数描述”This section describes the ST_Collect() spatial aggregate function.本节介绍ST_Collect()空间聚合函数。

ST_Collect() can be used as a window function, as signified in its syntax description by [over_clause], representing an optional OVER clause. ST_Collect()可以用作窗口函数,如语法描述中的[over_clause]所示,表示可选的OVER子句。over_clause is described in Section 12.21.2, “Window Function Concepts and Syntax”, which also includes other information about window function usage.over_clause第12.21.2节,“窗口函数概念和语法”中进行了描述,其中还包括有关窗口函数用法的其他信息。