SupportsStreamingUpdate¶
SupportsStreamingUpdate
is an extension of the WriteBuilder abstraction for tables that support streaming update.
Contract¶
Streaming Update¶
update(): WriteBuilder
Used when:
StreamExecution
stream execution engine (Spark Structured Streaming) is requested tocreateStreamingWrite
Implementations¶
- ConsoleTable
- ForeachWriterTable
- KafkaTable
- MemorySink
- NoopWriteBuilder