DataFrame.CreateGlobalTempView(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 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