Function grafbase_sql_ast::ast::count

source ·
pub fn count<'a, T>(expr: T) -> Function<'a>where
    T: Into<Expression<'a>>,
Expand description

Count of the underlying table where the given expression is not null.