
ForeachSink
ForeachSink ForeachSink is a typed streaming sink that passes rows (of the type T) to ForeachWriter (one record at ...
spark技术分享
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. ...

MemorySinkV2 MemorySinkV2 is…FIXME

RateStreamSource RateStreamSource is a streaming source that generates consecutive numbers with timestamp that can ...

RateSourceProvider RateSourceProvider is a StreamSourceProvider for RateStreamSource (that acts as the source for ...
一周热门排行