Skip to main content

Module types

Module types 

Source
Expand description

MySQL type to Arrow type mapping.

Maps MySQL column types to Arrow DataType for CDC record conversion.

Modules§

mysql_type
MySQL column type constants.

Structs§

MySqlColumn
MySQL column metadata from TABLE_MAP_EVENT.

Functions§

mysql_type_name
Returns the human-readable name of a MySQL type.
mysql_type_to_arrow
Converts a MySQL type ID to an Arrow DataType.
mysql_type_to_sql
SQL type string for DDL generation.