You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ticdc/ticdc-open-protocol.md
+80-2Lines changed: 80 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ This section introduces the formats of Row Changed Event, DDL Event, and Resolve
88
88
| :---------- | :----- | :--------------------- |
89
89
| UpdateOrDelete | String | Identifies whether the row is updated or deleted in the Event. The optional values are `u` or `d`. |
90
90
| Column Name | String | The column name. |
91
-
| Column Type | Number | The column type. See [Column and DDL Type Codes](/ticdc/column-ddl-type-codes.md) for details. |
91
+
| Column Type | Number | The column type. For details, see [Column Type Code](#column-type-code). |
92
92
| Where Handle | Bool | Determines whether this column can be the filter condition of the `Where` clause. When this column is unique on the table, `Where Handle` is `true`. |
93
93
| Column Value | Any | The Column value. |
94
94
@@ -123,7 +123,7 @@ This section introduces the formats of Row Changed Event, DDL Event, and Resolve
123
123
| Parameter | Type | Description |
124
124
| :-------- | :----- | :------------ |
125
125
| DDL Query | String | DDL Query SQL |
126
-
| DDL Type | String | The DDL type. See [Column and DDL Type Codes](/ticdc/column-ddl-type-codes.md) for details. |
126
+
| DDL Type | String | The DDL type. For details, see [DDL Type Code](#ddl-type-code). |
The column and DDL type codes are encodings defined by TiCDC Open Protocol. `Column Type Code` represents the column data type of the Row Changed Event, and `DDL Type Code` represents the DDL statement type of the DDL Event.
0 commit comments