package
9.0.0-beta.1.pre+incompatible
Repository: https://github.com/pingcap/ticdc.git
Documentation: pkg.go.dev

# Functions

NewDecoder returns a new Decoder.
No description provided by the author

# Constants

DDL message types.
DDL message types.
DDL message types.
DDL message types.
DDL message types.
DDL message types.
DDL message types.
DDL message types.
DMLTypeDelete is the type of the delete event.
DMLTypeInsert is the type of the insert event.
DMLTypeUpdate is the type of the update event.
MessageTypeBootstrap is the type of the bootstrap event.
MessageTypeDDL is the type of the ddl event.
MessageTypeDML is the type of the row event.
MessageTypeWatermark is the type of the watermark event.

# Structs

Decoder implement the RowEventDecoder interface.
No description provided by the author
IndexSchema is the schema of the index.
No description provided by the author
TableSchema is the schema of the table.

# Interfaces

TableInfoProvider is used to store and read table info It works like a schema cache when consuming simple protocol messages It will store multiple versions of table info for a table The table info which has the exact (schema, table, version) will be returned when reading.

# Type aliases

MessageType is the type of the message.