DataFrame.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.
Returns a new DataFrame
with an alias set. Same as As().
public Microsoft.Spark.Sql.DataFrame Alias (string alias);
member this.Alias : string -> Microsoft.Spark.Sql.DataFrame
Public Function Alias (alias As String) As DataFrame
Parameters
- alias
- String
Alias name
Returns
Column object