DataFrame.CreateGlobalTempView(String) Method

Definition

Creates a global temporary view using the given name. The lifetime of this temporary view is tied to this Spark application.

public void CreateGlobalTempView (string viewName);
member this.CreateGlobalTempView : string -> unit
Public Sub CreateGlobalTempView (viewName As String)

Parameters

viewName
String

Name of the view

Applies to