Skip to main content

count

Function count 

Source
pub fn count() -> Keyed<Count, Nil, BigInt>
Expand description

Counts rows. count_of(column) counts that column’s non-NULL values, which is the different question a LEFT JOIN makes visible.