**Describe the bug**
Doing filtering against Druid I assume is implemented incorrectly. According to the [docs ](https://cube.dev/docs/product/apis-integrations/rest-api/query-format) it should be ca…
A new rule to suggest usages of `all` would be helpful.
Perhaps, given code like this, we'd get a warning to use `all` instead:
```kotlin
assertThat(complexType.skyIsBlue).isTrue()
assertThat…