Module cache
Source - toast ๐
- TOAST column handling for CDC tables with TOAST columns.
- MaterializeCache
- A cache for materialize executors.
- replace_if_not_null ๐
- Replace columns in an existing row with the corresponding columns in a replacement row, if the
column value in the replacement row is not null.
- versions_are_newer_or_equal ๐
- Compare multiple version columns lexicographically.
Returns true if
new_row has a newer or equal version compared to old_row.
- CacheValue ๐
- ChangeBuffer ๐