DataFrame.CreateTempView(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 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 CreateTempView(string viewName);
member this.CreateTempView : string -> unit
Public Sub CreateTempView (viewName As String)
Parameters
- viewName
- String
Name of the view