Column.Alias(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.
Gives the column an alias. Same as As()
.
public Microsoft.Spark.Sql.Column Alias (string alias);
member this.Alias : string -> Microsoft.Spark.Sql.Column
Public Function Alias (alias As String) As Column
Parameters
- alias
- String
The alias that is given
Returns
New column after applying an alias