Function databend_common_ast::parser::statement::replace_stmt

source ยท
pub fn replace_stmt(
    allow_raw: bool,
) -> impl FnMut(Input<'_>) -> IResult<'_, Statement>