public class CompositeIndexVisitor extends AbstractVisitor
Given "a = 0 and b = 1" predicates and "a, b" index, the predicates may be optimized into a single composite index query: "(a, b) = (0, 1)".
Constructor and Description |
---|
CompositeIndexVisitor() |
Modifier and Type | Method and Description |
---|---|
Predicate |
visit(AndPredicate andPredicate,
Indexes indexes) |
visit, visit, visit
public Predicate visit(AndPredicate andPredicate, Indexes indexes)
visit
in interface Visitor
visit
in class AbstractVisitor
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.