Structsยง
- Delete
Action ๐ - Insert
Action ๐ - Source
Stream Chunk Builder - A builder for building a [
StreamChunk
] fromSourceColumnDesc
. - Source
Stream Chunk RowWriter SourceStreamChunkRowWriter
is responsible to write one or more records to the [StreamChunk
], where each contains either one row (Insert/Delete) or two rows (Update) that can be written atomically.- Transaction ๐
- Represents an ongoing transaction.
- Update
Action ๐
Constantsยง
- MAX_
TRANSACTION_ ๐SIZE - Maximum number of rows in a transaction. If a transaction is larger than this, it will be force committed to avoid potential OOM.
Traitsยง
- RowWriter
Action ๐