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.
pub fn fill_table_options_for_create(
table_options: &mut HashMap<String, String>,
create_type: &AutoCreateTableType,
ctx: &QueryContextRef,
)
Fill table options for a new table by create type.