Structsยง
- Delete
Action ๐ - Insert
Action ๐ - A builder for building a
StreamChunk
fromSourceColumnDesc
. SourceStreamChunkRowWriter
is responsible to write one or more records to theStreamChunk
, 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 ๐