Functions.Expr(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.
Parses the expression string into the column that it represents.
public static Microsoft.Spark.Sql.Column Expr(string expr);
static member Expr : string -> Microsoft.Spark.Sql.Column
Public Shared Function Expr (expr As String) As Column
Parameters
- expr
- String
Expression string
Returns
Column object