columns {
  name: "column0"
  type {
    optional_type {
      item {
        type_id: UINT64
      }
    }
  }
}
columns {
  name: "column1"
  type {
    optional_type {
      item {
        type_id: INT64
      }
    }
  }
}
columns {
  name: "column2"
  type {
    optional_type {
      item {
        type_id: UINT64
      }
    }
  }
}
columns {
  name: "column3"
  type {
    optional_type {
      item {
        type_id: INT64
      }
    }
  }
}
columns {
  name: "column4"
  type {
    optional_type {
      item {
        type_id: UINT64
      }
    }
  }
}
columns {
  name: "column5"
  type {
    optional_type {
      item {
        type_id: INT64
      }
    }
  }
}
columns {
  name: "column6"
  type {
    optional_type {
      item {
        type_id: UINT64
      }
    }
  }
}
columns {
  name: "column7"
  type {
    optional_type {
      item {
        type_id: UINT64
      }
    }
  }
}
rows {
  items {
    uint64_value: 30
  }
  items {
    int64_value: 30
  }
  items {
    uint64_value: 30
  }
  items {
    int64_value: 30
  }
  items {
    null_flag_value: NULL_VALUE
  }
  items {
    int64_value: 4
  }
  items {
    uint64_value: 10
  }
  items {
    null_flag_value: NULL_VALUE
  }
}
