Share via


DataFrame.CreateOrReplaceTempView(String) Method

Definition

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

Applies to