Modules§
- task_
local - Task-local storage for the epoch pair.
Structs§
Constants§
- EPOCH_
AVAILABLE_ BITS - EPOCH_
INC_ 🔒MIN_ STEP_ FOR_ TEST - EPOCH_
MASK 🔒 - EPOCH_
PHYSICAL_ 🔒SHIFT_ BITS - EPOCH_
SPILL_ TIME_ MASK - INVALID_
EPOCH INVALID_EPOCH
defines the invalid epoch value.- MAX_
EPOCH - MAX_
SPILL_ TIMES
Statics§
- UNIX_
RISINGWAVE_ DATE_ EPOCH UNIX_RISINGWAVE_DATE_EPOCH
represents the risingwave date of the UNIX epoch: 2021-04-01T00:00:00Z.- UNIX_
RISINGWAVE_ 🔒DATE_ SEC
Traits§
- Epoch
Ext - There are numerous operations in our system’s unit tests that involve incrementing or decrementing the epoch. These extensions for u64 type are specifically used within the unit tests.
Functions§
- is_
compatibility_ max_ epoch - is_
max_ epoch - test_
epoch - As most unit tests initialize a new epoch from a random value (e.g. 1, 2, 233 etc.), but the correct epoch in the system is a u64 with the last
EPOCH_AVAILABLE_BITS
bits set to 0. This method is to turn a a random epoch into a well shifted value.