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

Class Update

src/storage-client/src/client.rs:529–533  ·  view source on GitHub ↗

A batch of updates to be fed to a local input

Source from the content-addressed store, hash-verified

527#[derive(Debug, Clone, Eq, PartialEq, Serialize, Deserialize)]
528/// A batch of updates to be fed to a local input
529pub struct Update {
530 pub row: Row,
531 pub timestamp: Timestamp,
532 pub diff: Diff,
533}
534
535#[derive(Debug, Clone, Eq, PartialEq, Serialize, Deserialize)]
536/// A batch of updates to be fed to a local input; however, the input must

Callers 12

referenced_batchesMethod · 0.50
diff_field_singleFunction · 0.50
diff_field_sorted_iterFunction · 0.50
field_diff_into_rustFunction · 0.50
parse_updateMethod · 0.50
upgradeFunction · 0.50
upgradeFunction · 0.50
upgradeFunction · 0.50
upgradeFunction · 0.50
upgradeFunction · 0.50
upgradeFunction · 0.50
upgradeFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected