Modules§
- connection
- Nested message and enum types in
Connection
. - connection_
params - Nested message and enum types in
ConnectionParams
. - function
- Nested message and enum types in
Function
. - source
- Nested message and enum types in
Source
. - subscription
- Nested message and enum types in
Subscription
. - table
- Nested message and enum types in
Table
.
Structs§
- ColIndex
Mapping - A mapping of column indices.
- Comment
- Connection
- Connection
Params - Database
- Function
- Index
- Index
Column Properties - https://www.postgresql.org/docs/current/functions-info.html#FUNCTIONS-INFO-INDEX-COLUMN-PROPS
- Options
With Secret - Schema
- Secret
- Sink
- 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 - Similar to
StreamSourceInfo
, and may replaceSinkType
later. - Source
- Stream
Source Info - Subscription
- Table
- Includes full information about a table.
- View
- Watermark
Desc - Webhook
Source Info
Enums§
- Create
Type - How the stream job was created will determine whether they are persisted.
- Handle
Conflict Behavior - Schema
Registry Name Strategy - Sink
Type - Stream
JobStatus
Type Aliases§
- PbCol
Index Mapping - Alias for
ColIndexMapping
. - PbComment
- Alias for
Comment
. - PbConnection
- Alias for
Connection
. - PbConnection
Params - Alias for
ConnectionParams
. - PbCreate
Type - Alias for
CreateType
. - PbDatabase
- Alias for
Database
. - PbFunction
- Alias for
Function
. - PbHandle
Conflict Behavior - Alias for
HandleConflictBehavior
. - PbIndex
- Alias for
Index
. - PbIndex
Column Properties - Alias for
IndexColumnProperties
. - PbOptions
With Secret - Alias for
OptionsWithSecret
. - PbSchema
- Alias for
Schema
. - PbSchema
Registry Name Strategy - Alias for
SchemaRegistryNameStrategy
. - PbSecret
- Alias for
Secret
. - PbSink
- Alias for
Sink
. - PbSink
Format Desc - Alias for
SinkFormatDesc
. - PbSink
Type - Alias for
SinkType
. - PbSource
- Alias for
Source
. - PbStream
JobStatus - Alias for
StreamJobStatus
. - PbStream
Source Info - Alias for
StreamSourceInfo
. - PbSubscription
- Alias for
Subscription
. - PbTable
- Alias for
Table
. - PbView
- Alias for
View
. - PbWatermark
Desc - Alias for
WatermarkDesc
. - PbWebhook
Source Info - Alias for
WebhookSourceInfo
.