MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / step_forward

Method step_forward

src/repr/src/timestamp.rs:242–244  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

240
241impl TimestampManipulation for Timestamp {
242 fn step_forward(&self) -> Self {
243 self.step_forward()
244 }
245
246 fn step_forward_by(&self, amount: &Self) -> Self {
247 self.step_forward_by(amount)

Callers 15

write_rows_single_tsFunction · 0.45
count_via_reduceMethod · 0.45
fallible_write_tsMethod · 0.45
write_ts_trxMethod · 0.45
write_tsMethod · 0.45
parse_progress_recordFunction · 0.45
mint_batch_descriptionsFunction · 0.45
remap_operatorFunction · 0.45
write_to_persistMethod · 0.45

Calls 1

checked_addMethod · 0.45

Tested by 1