Description Usage Arguments Value Note See Also Examples
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.
1 2 3 4 |
x |
a StreamingQuery. |
The name of the query, or NULL if not specified.
queryName(StreamingQuery) since 2.2.0
experimental
write.stream
Other StreamingQuery methods:
awaitTermination()
,
explain()
,
isActive()
,
lastProgress()
,
status()
,
stopQuery()
1 | ## Not run: queryName(sq)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.