ClickHouse/tests/queries/0_stateless/01602_runningConcurrency.reference
PHO 09c49d3842 Add function runningConcurrency()
Given a series of beginning time and ending time of events, this function calculates concurrency of the events at each of the data point, that is, the beginning time.
2021-02-03 14:34:44 +09:00

20 lines
127 B
Plaintext

Invocation with Date columns
1
2
3
2
1
Invocation with DateTime
1
2
3
2
1
Invocation with DateTime64
1
2
3
2
1
Erroneous cases