Function mz_mysql_util::schemas::parse_data_type

source ยท
fn parse_data_type(
    info: &InfoSchema,
    schema_name: &str,
    table_name: &str,
) -> Result<ScalarType, UnsupportedDataType>