Package | Description |
---|---|
com.hazelcast.query.impl.predicates |
Modifier and Type | Class and Description |
---|---|
class |
CompositeIndexVisitor
Optimizes single-attribute predicates into composite index predicates.
|
class |
FlatteningVisitor
Rewrites predicates:
1.
|
class |
OrToInVisitor
Transforms 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.
|
class |
RangeVisitor
Performs range predicates optimization.
|
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.