Modules§
Structs§
- Sink
Catalog - the catalog of the sink. There are two kind of schema here. The full schema is all columns
stored in the
columnwhich is the sink executor/fragment’s output schema. The visible schema contains the columns whoseis_hiddenis false, which is the columns sink out to the external system. The distribution key and all other keys are indexed in the full schema. - Sink
Format Desc - May replace
SinkType. - SinkId
Enums§
- Sink
Encode - TODO: consolidate with
crate::source::SourceEncodeandcrate::parser::EncodingProperties. - Sink
Format - TODO: consolidate with
crate::source::SourceFormatandcrate::parser::ProtocolProperties. - Sink
Type