Module catalog

Source

Modules§

desc

Structs§

SinkCatalog
the catalog of the sink. There are two kind of schema here. The full schema is all columns stored in the column which is the sink executor/fragment’s output schema. The visible schema contains the columns whose is_hidden is false, which is the columns sink out to the external system. The distribution key and all other keys are indexed in the full schema.
SinkFormatDesc
May replace SinkType.
SinkId

Enums§

SinkEncode
TODO: consolidate with crate::source::SourceEncode and crate::parser::EncodingProperties.
SinkFormat
TODO: consolidate with crate::source::SourceFormat and crate::parser::ProtocolProperties.
SinkType