Query rewriter for the range index. May replace path expressions like a[b = "c"] or a[b = "c"][d = "e"] with either a[range:equals(b, "c")] or range:field-equals(...).
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.