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