columns {
  name: "n_name"
  type {
    type_id: STRING
  }
}
columns {
  name: "revenue"
  type {
    type_id: DOUBLE
  }
}
