Module chunk_builder

Source

Structsยง

DeleteAction ๐Ÿ”’
InsertAction ๐Ÿ”’
SourceStreamChunkBuilder
A builder for building a [StreamChunk] from SourceColumnDesc.
SourceStreamChunkRowWriter
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.
UpdateAction ๐Ÿ”’

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ยง

RowWriterAction ๐Ÿ”’