Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
241
impl 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
render_stage_batches_operator
Function · 0.45
write_rows_single_ts
Function · 0.45
count_via_reduce
Method · 0.45
fallible_write_ts
Method · 0.45
write_ts_trx
Method · 0.45
write_ts
Method · 0.45
parse_progress_record
Function · 0.45
mint_batch_descriptions
Function · 0.45
remap_operator
Function · 0.45
write_to_persist
Method · 0.45
partially_truncate_metrics_history
Function · 0.45
partially_truncate_status_history
Function · 0.45
Calls
1
checked_add
Method · 0.45
Tested by
1
test_advance_upper_fencing
Function · 0.36