DataFrame.CreateOrReplaceTempView(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.
Creates or replaces a local temporary view using the given name. The lifetime of this
temporary view is tied to the SparkSession that created this DataFrame
.
public void CreateOrReplaceTempView (string viewName);
member this.CreateOrReplaceTempView : string -> unit
Public Sub CreateOrReplaceTempView (viewName As String)
Parameters
- viewName
- String
Name of the view