pyspark.sql.streaming.StreamingQuery

class pyspark.sql.streaming.StreamingQuery(jsq)[source]

A handle to a query that is executing continuously in the background as new data arrives. All these methods are thread-safe.

Note

Evolving

New in version 2.0.

__init__(jsq)[source]

Initialize self. See help(type(self)) for accurate signature.

Methods

Attributes