StreamingQueryManager.Active 方法

定义

返回与此 SQLContext 关联的活动查询的列表。

public System.Collections.Generic.IEnumerable<Microsoft.Spark.Sql.Streaming.StreamingQuery> Active ();
member this.Active : unit -> seq<Microsoft.Spark.Sql.Streaming.StreamingQuery>
Public Function Active () As IEnumerable(Of StreamingQuery)

返回

与此 SQLContext 关联的活动查询。

适用于