maxIntersectionsPosition
maxIntersections 函数各次出现位置的聚合函数。
语法
start_column— 表示每个区间起点的数值列。如果start_column为NULL或 0,则跳过该区间。(U)Int*或Float*end_column— 表示每个区间终点的数值列。如果end_column为NULL或 0,则跳过该区间。(U)Int*或Float*
Any
示例
查找相交数量最多的位置
Query
Response