pub fn parse_mysql_insert_rows( stmt: &[u8], schema: &TableSchema, ) -> Result<Vec<ParsedRow>>
Parse all rows from a MySQL INSERT statement