Trait reql::commands::Count [] [src]

pub trait Count {
    fn count(&self) -> Command;
}

Counts the number of elements in a sequence or key/value pairs in an object, or returns the size of a string or binary object

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