Trait reql::commands::Ceil [] [src]

pub trait Ceil {
    fn ceil(&self) -> Command;
}

Round the given value up, returning the smallest integer value greater than or equal to the given value (the value's ceiling)

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