Function mz_sql_pretty::pretty_strs

source ·
pub fn pretty_strs(str: &str, width: usize) -> Result<Vec<String>, Error>
Expand description

Parses str into SQL statements and pretty prints them.