Trait reql::commands::Pluck [] [src]

pub trait Pluck {
    fn pluck<T>(&self, selectors: T) -> Command where T: ToArg;
}

Pluck out one or more attributes from either an object or a sequence of objects (projection)

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