Function databend_common_ast::parser::statement::parse_create_option

source ยท
pub fn parse_create_option(
    opt_or_replace: bool,
    opt_if_not_exists: bool,
) -> Result<CreateOption, Err<ErrorKind>>