mz_sql_parser::ast::display

Macro impl_display_for_with_option

Source
macro_rules! impl_display_for_with_option {
    ($name:ident) => { ... };
}
Expand description

To allow WITH option AST nodes to be printed without redaction, you should use this macro’s implementation of AstDisplay. For more details, consult the doc strings on the functions used on its implementation.