Skip to main content

maxIntersectionsPosition

Introduced in: v1.1.0 Aggregate function that calculates the positions of the occurrences of the maxIntersections function. Syntax
Arguments
  • start_column — A numeric column that represents the start of each interval. If start_column is NULL or 0 then the interval will be skipped. (U)Int* or Float*
  • end_column — A numeric column that represents the end of each interval. If end_column is NULL or 0 then the interval will be skipped. (U)Int* or Float*
Returned value Returns the start positions of the maximum number of intersected intervals. Any Examples Finding maximum intersections position
Query
Response
Last modified on June 23, 2026