![JAR search and dependency download from the Maven repository](/logo.png)
com.rethinkdb.model.RqlFunction2 Maven / Gradle / Ivy
The newest version!
package com.rethinkdb.model;
import com.rethinkdb.ast.query.RqlQuery;
public interface RqlFunction2 extends RqlLambda {
RqlQuery apply(RqlQuery row1, RqlQuery row2);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy