Project a set of SQL expressions and returns a new [DataFrame] This is a variant of `select` that accepts SQL Expressions # Example: ```rust async { df.select_expr(vec!["id * 2", "abs(id)"]).collect().await?; } ```
(self, cols: I)
source not stored for this graph (policy: none)
no outgoing calls