pub type PbTableSchema = TableSchema;
pub struct PbTableSchema { pub column_ids: Vec<i32>, }
column_ids: Vec<i32>