Expand description
Types related to source envelopes
Structs§
Enums§
- KeyEnvelope
- Whether and how to include the decoded key of a stream in dataflows
- Source
Envelope SourceEnvelopes describe how to turn a stream of messages fromSourceDescs into a differential stream, that is, a stream of (data, time, diff) triples.- Unplanned
Source Envelope UnplannedSourceEnvelopeis aSourceEnvelopemissing some information. This information is obtained inUnplannedSourceEnvelope::desc, whereUnplannedSourceEnvelope::into_source_envelopecreates a fullSourceEnvelope- Upsert
Style
Functions§
- compute_
envelope_ 🔒value_ desc - Compute the resulting value relation given the decoded value relation and the envelope style. If the ValueErrInline upsert style is used this will add an error column to the beginning of the relation and make all value fields nullable.
- match_
key_ 🔒indices - Computes the indices of the value’s relation description that appear in the key.