pub fn alias(expr: Expr, name: &str) -> ExprExpand description
Create an expr AS name alias expression.
This is the free-function form. The method form Expr::alias() is often more
convenient for chaining.
pub fn alias(expr: Expr, name: &str) -> ExprCreate an expr AS name alias expression.
This is the free-function form. The method form Expr::alias() is often more
convenient for chaining.