Structs§
- Cache Invariants
Type Aliases§
- The watermark cache key is just an
OwnedRow
wrapped inDefaultOrdered
. This is because we want to use theDefaultOrdered
implementation ofOrd
. The assumption is that the watermark column is the first column in the row. So it should automatically be ordered by the watermark column. We disregard the ordering of the remaining PK datums.