package
9.0.0-beta.1.pre+incompatible
Repository: https://github.com/pingcap/ticdc.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
IsSchemaDDL returns true if the action type is a schema DDL.
IsSysSchema returns true if the given schema is a system schema.
NewFilter creates a filter.
No description provided by the author
SupportedEventTypes returns the supported event types.
VerifyTableRules checks the table filter rules in the configuration and returns an invalid rule error if the verification fails, otherwise it will return a table filter.
# Constants
DDLTsTable is the table name use to write ddl commitTs for each table when downstream is mysql-class.
LightningTaskInfoSchema is the schema only generated by Lightning.
SyncPointTable is the table name use to write ts-map when sync-point is enable.
TiCDCSystemSchema is the schema only use by TiCDC.
# Structs
No description provided by the author
# Interfaces
Filter are safe for concurrent use.