Builder.GetOrCreate 方法

定义

获取现有的 [[SparkSession]],如果没有现有 ,则基于此生成器中设置的选项创建一个新的 。

public Microsoft.Spark.Sql.SparkSession GetOrCreate ();
member this.GetOrCreate : unit -> Microsoft.Spark.Sql.SparkSession
Public Function GetOrCreate () As SparkSession

返回

适用于