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

Class SourceData

src/storage-types/src/sources.rs:1023–1023  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1021#[derive(Debug, Clone, PartialEq, Eq, PartialOrd, Ord, Serialize, Deserialize)]
1022#[repr(transparent)]
1023pub struct SourceData(pub Result<Row, DataflowError>);
1024
1025impl Default for SourceData {
1026 fn default() -> Self {

Callers 15

filter_resultFunction · 0.85
do_workMethod · 0.85
write_rows_single_tsFunction · 0.85
write_rows_spreadFunction · 0.85
compare_and_appendMethod · 0.85
write_batchesFunction · 0.85
decode_legacyFunction · 0.85
benches_roundtripFunction · 0.85
encodeMethod · 0.85
validate_statsFunction · 0.85
statistics_stabilityFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_snapshot_statsFunction · 0.68