Function mz_sql_pretty::pretty_str

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

Parses str into a single SQL statement and pretty prints it.