Expand description
Types related to source envelopes
Modules§
- proto_
key_ envelope - Nested message and enum types in
ProtoKeyEnvelope
. - proto_
source_ envelope - Nested message and enum types in
ProtoSourceEnvelope
. - proto_
upsert_ style - Nested message and enum types in
ProtoUpsertStyle
.
Structs§
- None
Envelope - Proto
KeyEnvelope - Proto
None Envelope - Proto
Source Envelope - Proto
Upsert Envelope - Proto
Upsert Style - Upsert
Envelope
Enums§
- KeyEnvelope
- Whether and how to include the decoded key of a stream in dataflows
- Source
Envelope SourceEnvelope
s describe how to turn a stream of messages fromSourceDesc
s into a differential stream, that is, a stream of (data, time, diff) triples.- Unplanned
Source Envelope UnplannedSourceEnvelope
is aSourceEnvelope
missing some information. This information is obtained inUnplannedSourceEnvelope::desc
, whereUnplannedSourceEnvelope::into_source_envelope
creates 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.