SpaceDesc constructor

SpaceDesc()

Implementation

SpaceDesc() {
  this.partition_num = 0;

  this.replica_factor = 0;

  this.vid_type = new ColumnTypeDef()
    ..type = 7
    ..type_length = 8;
}