StreamingQueryWrapper — Serializable StreamExecution
StreamingQueryWrapper — Serializable StreamExecution
StreamingQueryWrapper — Serializable StreamExecution
StreamExecution — Base of Streaming Query Executions
ForeachBatchSink ForeachBatchSink is a streaming sink that is used for the foreachBatch source. ForeachBatchSink ...
ForeachSink ForeachSink is a typed streaming sink that passes rows (of the type T) to ForeachWriter (one record at ...
ForeachWriter ForeachWriter is the contract for a foreach writer that is a streaming format that controls streamin ...
ForeachWriterProvider ForeachWriterProvider is…FIXME
ConsoleSink for Showing DataFrames to Console
ConsoleSinkProvider ConsoleSinkProvider is a DataSourceV2 with StreamWriteSupport for [spark-sql-streaming-Console ...
MemoryStream MemoryStream is a streaming Source that produces values to memory. MemoryStream uses the internal ...
MemorySink MemorySink is a streaming Sink that stores records in memory. It is particularly useful for testing. ...