ClickHouse / ClickHouse/ClickHouse
Functions `arrayLowerBound` and `arrayUpperBound`
Open
comp-regular-function
feature
- Dominant language
- C++
- Stars
- 49.9k
- Forks
- 9k
- Avg merge
- 21h 32m
- Merged PRs (30d)
- 515
Description
**Use case**
Binary search in sorted arrays.
**Describe the solution you'd like**
Similar to `std::lower_bound` and `std::upper_bound`.
Contributor guide
Assessment
This issue has not been assessed yet.