Skip to main content

where_lt

Function where_lt 

Source
pub fn where_lt<L, R>(left: L, right: R) -> Lt
where L: Into<Identifier>, R: Into<Box<dyn Expression>>,
Expand description

Creates a less-than comparison expression (column < value)