View source: R/stream_operations.R
stream_watermark | R Documentation |
Ensures a stream has a watermark defined, which is required for some operations over streams.
stream_watermark(x, column = "timestamp", threshold = "10 minutes")
x |
An object coercable to a Spark Streaming DataFrame. |
column |
The name of the column that contains the event time of the row, if the column is missing, a column with the current time will be added. |
threshold |
The minimum delay to wait to data to arrive late, defaults to ten minutes. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.