Modules§
- Nested message and enum types in
Connection
. - Nested message and enum types in
Function
. - Nested message and enum types in
Source
. - Nested message and enum types in
Subscription
. - Nested message and enum types in
Table
.
Structs§
- A mapping of column indices.
- 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. - Similar to
StreamSourceInfo
, and may replaceSinkType
later. - See
TableCatalog
struct in frontend crate for more information.
Enums§
- How the stream job was created will determine whether they are persisted.
Type Aliases§
- Alias for
ColIndexMapping
. - Alias for
Comment
. - Alias for
Connection
. - Alias for
CreateType
. - Alias for
Database
. - Alias for
Function
. - Alias for
HandleConflictBehavior
. - Alias for
Index
. - Alias for
IndexColumnProperties
. - Alias for
OptionsWithSecret
. - Alias for
Schema
. - Alias for
SchemaRegistryNameStrategy
. - Alias for
Secret
. - Alias for
Sink
. - Alias for
SinkFormatDesc
. - Alias for
SinkType
. - Alias for
Source
. - Alias for
StreamJobStatus
. - Alias for
StreamSourceInfo
. - Alias for
Subscription
. - Alias for
Table
. - Alias for
View
. - Alias for
WatermarkDesc
.