DataFrame.CreateOrReplaceGlobalTempView(String) Method
Definition
Creates or replaces a global temporary view using the given name. The lifetime of this temporary view is tied to this Spark application.
public void CreateOrReplaceGlobalTempView (string viewName);
member this.CreateOrReplaceGlobalTempView : string -> unit
Public Sub CreateOrReplaceGlobalTempView (viewName As String)
Parameters
- viewName
- String
Name of the view