Module mz_storage::render::sinks
source ยท Expand description
Logic related to the creation of dataflow sinks.
Traitsยง
- Sink
Render ๐A type that can be rendered as a dataflow sink.
Functionsยง
- get_
sink_ ๐render_ for - render_
sink ๐Renders complete differentialCollection
s that represent the sink and its errors as requested by the originalCREATE SINK
statement. - zip_
into_ ๐diff_ pairs Zip the input to a sink so that updates to the same key appear asDiffPair
s.