powered by
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.
write.stream(df, queryName = "query")
queryName(x)# S4 method for StreamingQuery queryName(x)
# S4 method for StreamingQuery queryName(x)
a StreamingQuery.
The name of the query, or NULL if not specified.
write.stream
Other StreamingQuery methods: awaitTermination(), explain(), isActive(), lastProgress(), status(), stopQuery()
awaitTermination()
explain()
isActive()
lastProgress()
status()
stopQuery()
# NOT RUN { queryName(sq) # }
Run the code above in your browser using DataLab