All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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