Trait reql::commands::Group [] [src]

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

Take a stream and partitions it into multiple groups based on the fields or functions provided

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