pub fn build_template_from_raw_table_info(
raw_table_info: &RawTableInfo,
) -> Result<CreateRequest>Expand description
Constructs a [CreateRequest] based on the provided [RawTableInfo].
Note: This function is primarily intended for creating logical tables or allocating placeholder regions.