Trait reql::commands::EqJoin [] [src]

pub trait EqJoin {
    fn eq_join<T>(&self, args: T) -> Command where T: ToArg;
}

Join tables using a field or function on the left-hand sequence matching primary keys or secondary indexes on the right-hand table

Note: This command is not yet fully documented. For more information and examples, please see the equivalent command in the official Java driver documentation.

Required Methods

Implementors