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§
- MySql
Column - 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.