lastProgress {SparkR}R Documentation

lastProgress

Description

Prints the most recent progress update of this streaming query in JSON format.

Usage

lastProgress(x)

## S4 method for signature 'StreamingQuery'
lastProgress(x)

Arguments

x

a StreamingQuery.

Note

lastProgress(StreamingQuery) since 2.2.0

experimental

See Also

Other StreamingQuery methods: awaitTermination(), explain(), isActive(), queryName(), status(), stopQuery()

Examples

## Not run:  lastProgress(sq) 

[Package SparkR version 3.2.0 Index]