Skip to main content

f

Function f 

Source
pub fn f(
    name: impl Into<Cow<'static, str>>,
    args: impl IntoExprList,
) -> FuncExpr
Expand description

A function call, optionally windowed: f("count", "*"), f("row_number", ()).over(w).