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.
pub fn pretty_str(str: &str, width: usize) -> Result<String, Error>
Parses str
into a single SQL statement and pretty prints it.