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

com.rethinkdb.model.RqlFunction Maven / Gradle / Ivy

The newest version!
package com.rethinkdb.model;

import com.rethinkdb.ast.query.RqlQuery;

public interface RqlFunction extends RqlLambda {
    RqlQuery apply(RqlQuery row);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy