lastProgress {SparkR} | R Documentation |
Prints the most recent progess update of this streaming query in JSON format.
lastProgress(x) ## S4 method for signature 'StreamingQuery' lastProgress(x)
x |
a StreamingQuery. |
lastProgress(StreamingQuery) since 2.2.0
experimental
Other StreamingQuery methods: awaitTermination
,
awaitTermination
,
awaitTermination,StreamingQuery-method
;
explain
, explain
,
explain
,
explain,SparkDataFrame-method
,
explain,StreamingQuery-method
;
isActive
, isActive
,
isActive,StreamingQuery-method
;
queryName
, queryName
,
queryName,StreamingQuery-method
;
status
, status
,
status,StreamingQuery-method
;
stopQuery
, stopQuery
,
stopQuery,StreamingQuery-method
## Not run: lastProgress(sq)