Function fill_table_options_for_create

Source
pub fn fill_table_options_for_create(
    table_options: &mut HashMap<String, String>,
    create_type: &AutoCreateTableType,
    ctx: &QueryContextRef,
)
Expand description

Fill table options for a new table by create type.