DataFrame.CreateTempView(String) Method

Definition

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

Applies to