public class EliminateNOTNOT extends Rewriter
q={$not:{$not:{x}]}
this rewrites q as
q=x
| Constructor and Description |
|---|
EliminateNOTNOT() |
| 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.