queryName {SparkR} | R Documentation |
Returns the user-specified name of the query. This is specified in
write.stream(df, queryName = "query")
. This name, if set, must be unique across all active
queries.
queryName(x) ## S4 method for signature 'StreamingQuery' queryName(x)
x |
a StreamingQuery. |
The name of the query, or NULL if not specified.
queryName(StreamingQuery) since 2.2.0
experimental
Other StreamingQuery methods:
awaitTermination()
,
explain()
,
isActive()
,
lastProgress()
,
status()
,
stopQuery()
## Not run: queryName(sq)