A batch of updates to be fed to a local input
| 527 | #[derive(Debug, Clone, Eq, PartialEq, Serialize, Deserialize)] |
| 528 | /// A batch of updates to be fed to a local input |
| 529 | pub 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 |
no outgoing calls
no test coverage detected