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