pub fn format_select_with_config(
stmt: &SelectStatement,
config: &FormatConfig,
) -> String
Expand description
Format a SELECT statement with custom configuration
pub fn format_select_with_config(
stmt: &SelectStatement,
config: &FormatConfig,
) -> String
Format a SELECT statement with custom configuration