columns {
  name: "supp_nation"
  type {
    type_id: STRING
  }
}
columns {
  name: "cust_nation"
  type {
    type_id: STRING
  }
}
columns {
  name: "l_year"
  type {
    optional_type {
      item {
        type_id: UINT16
      }
    }
  }
}
columns {
  name: "revenue"
  type {
    type_id: DOUBLE
  }
}
