Trait reql::commands::OffsetsOf [] [src]

pub trait OffsetsOf {
    fn offsets_of<T>(&self, arg: T) -> Command where T: ToArg;
}

Get the indexes of an element in a sequence. If the argument is a predicate, get the indexes of all elements matching it

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