risingwave_pb::ddl_service

Type Alias PbTableSchemaChange

source
pub type PbTableSchemaChange = TableSchemaChange;
Expand description

Alias for TableSchemaChange.

Aliased Type§

struct PbTableSchemaChange {
    pub change_type: i32,
    pub cdc_table_id: String,
    pub columns: Vec<ColumnCatalog>,
    pub upstream_ddl: String,
}

Fields§

§change_type: i32§cdc_table_id: String§columns: Vec<ColumnCatalog>§upstream_ddl: String