Raúl Marín
|
19310a5877
|
Replace std::vector with absl inlined_vector
|
2022-10-13 21:50:11 +02:00 |
|
Robert Schulze
|
118e94523c
|
Activate clang-tidy warning "readability-container-contains"
This check suggests replacing <Container>.count() by
<Container>.contains() which is more speaking and in case of
multimaps/multisets also faster.
|
2022-04-18 23:53:11 +02:00 |
|
Anton Popov
|
84d6715e3d
|
fix race in skipping index of type hypothesis
|
2021-12-14 18:28:55 +03:00 |
|
Raúl Marín
|
f0ee0724ac
|
Reduce dependencies on ASTSelectQuery.h
243 -> 152
|
2021-11-26 18:35:24 +01:00 |
|
Anton Popov
|
afe8d3c424
|
refactor merged index conditions
|
2021-11-21 22:49:34 +03:00 |
|