mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-14 10:22:10 +00:00
fix -Werror
This commit is contained in:
parent
349668be96
commit
c6634981c5
@ -23,6 +23,6 @@ The binary search algorithm is used for the search.
|
||||
For more details, see [https://en.wikipedia.org/wiki/Binary_search]
|
||||
For an unsorted array, the behavior is undefined.
|
||||
)",
|
||||
.examples = {{.name = "", .query = "SELECT indexOfAssumeSorted([1, 2, 2, 2, 3, 3, 3, 4], 3) FROM test_table;"}}});
|
||||
.examples = {{.name = "", .query = "SELECT indexOfAssumeSorted([1, 2, 2, 2, 3, 3, 3, 4], 3) FROM test_table;", .result=""}}});
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user