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
column
which is the sink executor/fragment’s output schema. The visible schema contains the columns whoseis_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. - Sink
Format Desc - May replace
SinkType
. - SinkId
Enums§
- Sink
Encode - TODO: consolidate with
crate::source::SourceEncode
andcrate::parser::EncodingProperties
. - Sink
Format - TODO: consolidate with
crate::source::SourceFormat
andcrate::parser::ProtocolProperties
. - Sink
Type