Module materialize

Source

Structsยง

MaterializeBuffer
MaterializeBuffer is a buffer to handle chunk into KeyOp.
MaterializeCache
A cache for materialize executors.
MaterializeExecutor
MaterializeExecutor materializes changes in stream into a materialized view on storage.

Functionsยง

execute_do_update_if_not_null_replacement ๐Ÿ”’
Generates a new row with the behavior of โ€œdo update if not nullโ€ by replacing columns in the old row with non-empty columns in the new row.
generate_output ๐Ÿ”’
Construct output StreamChunk from given buffer.
get_op_consistency_level ๐Ÿ”’
should_handle_conflict ๐Ÿ”’
Determines whether pk conflict should be handled based on the version column of the new and old rows.

Type Aliasesยง

CacheValue ๐Ÿ”’