queryName {SparkR}R Documentation

queryName

Description

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.

Usage

queryName(x)

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

Arguments

x

a StreamingQuery.

Value

The name of the query, or NULL if not specified.

Note

queryName(StreamingQuery) since 2.2.0

experimental

See Also

write.stream

Other StreamingQuery methods: awaitTermination, awaitTermination, awaitTermination,StreamingQuery-method; explain, explain, explain, explain,SparkDataFrame-method, explain,StreamingQuery-method; isActive, isActive, isActive,StreamingQuery-method; lastProgress, lastProgress, lastProgress,StreamingQuery-method; status, status, status,StreamingQuery-method; stopQuery, stopQuery, stopQuery,StreamingQuery-method

Examples

## Not run:  queryName(sq) 

[Package SparkR version 2.2.0 Index]