MCPcopy Create free account
hub / github.com/apache/spark-connect-rust / select_expr

Method select_expr

crates/connect/src/dataframe.rs:991–1001  ·  view source on GitHub ↗

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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

test_df_select_exprFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_df_select_exprFunction · 0.36