columns {
  name: "cntrycode"
  type {
    type_id: STRING
  }
}
columns {
  name: "numcust"
  type {
    type_id: UINT64
  }
}
columns {
  name: "totacctbal"
  type {
    type_id: DOUBLE
  }
}
