Skip to main content

generate_by_name

Function generate_by_name 

Source
pub fn generate_by_name(
    expression: &Expression,
    dialect: &str,
) -> Result<String>
Expand description

Generate SQL from an AST using a string dialect name.

Supports both built-in and custom dialect names.