Trait reql::commands::IndexStatus [] [src]

pub trait IndexStatus {
    fn index_status(&self) -> Command;
}

Get the status of the specified indexes on this table, or the status of all indexes on this table if no indexes are specified

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