Function build_template_from_raw_table_info

Source
pub(crate) fn build_template_from_raw_table_info(
    raw_table_info: &RawTableInfo,
) -> Result<CreateRequest>
Expand description

Builds a [CreateRequest] from a [RawTableInfo].

Note: This method is only used for creating logical tables.