risingwave_sqlparser::ast

Macro impl_parse_to

source
macro_rules! impl_parse_to {
    () => { ... };
    ($field:ident : $field_type:ty, $parser:ident) => { ... };
    ($field:ident => [$($arr:tt)+], $parser:ident) => { ... };
    ([$($arr:tt)+], $parser:ident) => { ... };
}