public class EliminateNOTOR extends Rewriter
q={$not:{$or:[q1,q2,...]}}
this rewrites q as
q={$and:{$not:{q1},$not:{q2}...}}
| Constructor and Description |
|---|
EliminateNOTOR() |
| Modifier and Type | Method and Description |
|---|---|
QueryExpression |
rewrite(QueryExpression q) |
public static final Rewriter INSTANCE
public QueryExpression rewrite(QueryExpression q)
Copyright © 2016. All rights reserved.