maxIntersectionsPosition
Introduced in: v1.1.0 Aggregate function that calculates the positions of the occurrences of themaxIntersections function.
Syntax
start_column— A numeric column that represents the start of each interval. Ifstart_columnisNULLor 0 then the interval will be skipped.(U)Int*orFloat*end_column— A numeric column that represents the end of each interval. Ifend_columnisNULLor 0 then the interval will be skipped.(U)Int*orFloat*
Any
Examples
Finding maximum intersections position
Query
Response