pub fn f( name: impl Into<Cow<'static, str>>, args: impl IntoExprList, ) -> FuncExpr
A function call, optionally windowed: f("count", "*"), f("row_number", ()).over(w).
f("count", "*")
f("row_number", ()).over(w)