columns {
  name: "column0"
  type {
    type_id: UINT64
  }
}
columns {
  name: "column1"
  type {
    optional_type {
      item {
        type_id: UINT32
      }
    }
  }
}
columns {
  name: "column2"
  type {
    optional_type {
      item {
        type_id: UINT64
      }
    }
  }
}
columns {
  name: "column3"
  type {
    optional_type {
      item {
        type_id: DOUBLE
      }
    }
  }
}
columns {
  name: "column4"
  type {
    type_id: UINT64
  }
}
columns {
  name: "column5"
  type {
    optional_type {
      item {
        type_id: DOUBLE
      }
    }
  }
}
rows {
  items {
    uint64_value: 5
  }
  items {
    uint32_value: 5
  }
  items {
    uint64_value: 12
  }
  items {
    double_value: 4
  }
  items {
    uint64_value: 2
  }
  items {
    double_value: 1.5
  }
}
