Builder.GetOrCreate 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.
Gets an existing [[SparkSession]] or, if there is no existing one, creates a new one based on the options set in this builder.
public Microsoft.Spark.Sql.SparkSession GetOrCreate ();
member this.GetOrCreate : unit -> Microsoft.Spark.Sql.SparkSession
Public Function GetOrCreate () As SparkSession