Function databend_common_ast::parser::statement::insert_stmt

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