interface for functions that can be used to generate a query from inner functions. Has only a single method {@link #apply(io.crate.planner.symbol.Function,io.crate.planner.symbol.Function,io.crate.lucene.LuceneQueryBuilder.Context)}e.g. in a query like
where distance(p1, 'POINT (10 20)') = 20
The first parameter (parent) would be the "eq" function. The second parameter (inner) would be the "distance" function. The returned Query must "contain" both the parent and inner functions.
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.