DataFrame.SelectExpr(String[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Selects a set of SQL expressions. This is a variant of Select() that accepts SQL expressions.
public Microsoft.Spark.Sql.DataFrame SelectExpr (params string[] expressions);
member this.SelectExpr : string[] -> Microsoft.Spark.Sql.DataFrame
Public Function SelectExpr (ParamArray expressions As String()) As DataFrame
Parameters
- expressions
- String[]
Returns
DataFrame object