| Package | Description | 
|---|---|
| com.hazelcast.query.impl.predicates | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BetweenVisitorReplaces expression from (age >= X and age <= Y) into (age between X Y)
 It detects some predicates which are trivally false. | 
| class  | FlatteningVisitorRewrites predicates:
 1. | 
| class  | OrToInVisitorTransforms predicate (attribute = 1 or attribute = 2 or attribute = 3) into
 (attribute in (1, 2, 3)
 InPredicate is easier to evaluate in both indexed and non-indexed scenarios. | 
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.