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

Method select

crates/connect/src/dataframe.rs:969–979  ·  view source on GitHub ↗

Projects a set of expressions and returns a new [DataFrame] # Arguments: `cols` - An iterable of values that can be Columns # Example: ```rust async { df.select(vec![col("age"), col("name")]).collect().await?; } ```

(self, cols: I)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
is_emptyMethod · 0.80
test_df_aliasFunction · 0.80
test_df_coalesceFunction · 0.80
test_df_colregexFunction · 0.80
test_df_columnsFunction · 0.80
test_df_crosstabFunction · 0.80
test_df_crossjoinFunction · 0.80
test_df_joinFunction · 0.80
test_df_selectFunction · 0.80

Calls 1

projectMethod · 0.80

Tested by 15

test_df_aliasFunction · 0.64
test_df_coalesceFunction · 0.64
test_df_colregexFunction · 0.64
test_df_columnsFunction · 0.64
test_df_crosstabFunction · 0.64
test_df_crossjoinFunction · 0.64
test_df_joinFunction · 0.64
test_df_selectFunction · 0.64
test_df_with_columnsFunction · 0.64
test_df_unpivotFunction · 0.64
test_df_transformFunction · 0.64
test_df_replaceFunction · 0.64