public class PromoteNestedAND extends Rewriter
q={$and:{q1,q2,...,{$and:{x1,x2...}},...,qn}}
this rewrites q as
q={$and:{q1,q2,...,qn,x1,x2,...}}
| Constructor and Description |
|---|
PromoteNestedAND() |
| Modifier and Type | Method and Description |
|---|---|
QueryExpression |
rewrite(QueryExpression q) |
public static final Rewriter INSTANCE
public QueryExpression rewrite(QueryExpression q)
Copyright © 2015. All rights reserved.