Class ComplexNodeTransformer
java.lang.Object
com.yahoo.search.predicate.optimization.ComplexNodeTransformer
- All Implemented Interfaces:
PredicateProcessor
Partitions all the feature ranges according to the arity and bounds
set in the PredicateOptions, and updates the ranges with a set of
partitions and edge partitions.
This is required to be able to store a range in the PredicateIndex.
- Author:
- Magnar Nedland, bjorncs
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprocess
(Predicate predicate, PredicateOptions options) Processes a predicate.void
processPredicate
(Predicate predicate, PredicateOptions options)
-
Constructor Details
-
ComplexNodeTransformer
public ComplexNodeTransformer()
-
-
Method Details
-
processPredicate
-
process
Description copied from interface:PredicateProcessor
Processes a predicate.- Specified by:
process
in interfacePredicateProcessor
- Returns:
- the processed predicate.
-