pub(crate) fn build_new_physical_table_info(
    raw_table_info: RawTableInfo,
    physical_columns: &[ColumnMetadata],
) -> RawTableInfoExpand description
Generate the new physical table info.
pub(crate) fn build_new_physical_table_info(
    raw_table_info: RawTableInfo,
    physical_columns: &[ColumnMetadata],
) -> RawTableInfoGenerate the new physical table info.