columns {
  name: "column0"
  type {
    optional_type {
      item {
        type_id: UINT64
      }
    }
  }
}
columns {
  name: "column1"
  type {
    optional_type {
      item {
        type_id: INT8
      }
    }
  }
}
columns {
  name: "column2"
  type {
    optional_type {
      item {
        type_id: UINT16
      }
    }
  }
}
columns {
  name: "column3"
  type {
    optional_type {
      item {
        type_id: INT32
      }
    }
  }
}
columns {
  name: "column4"
  type {
    optional_type {
      item {
        type_id: UINT32
      }
    }
  }
}
columns {
  name: "column5"
  type {
    optional_type {
      item {
        type_id: INT32
      }
    }
  }
}
columns {
  name: "column6"
  type {
    optional_type {
      item {
        type_id: UINT64
      }
    }
  }
}
columns {
  name: "column7"
  type {
    optional_type {
      item {
        type_id: UINT64
      }
    }
  }
}
columns {
  name: "column8"
  type {
    optional_type {
      item {
        type_id: BOOL
      }
    }
  }
}
columns {
  name: "column9"
  type {
    optional_type {
      item {
        type_id: BOOL
      }
    }
  }
}
columns {
  name: "column10"
  type {
    optional_type {
      item {
        type_id: BOOL
      }
    }
  }
}
columns {
  name: "column11"
  type {
    optional_type {
      item {
        type_id: BOOL
      }
    }
  }
}
columns {
  name: "column12"
  type {
    optional_type {
      item {
        type_id: BOOL
      }
    }
  }
}
columns {
  name: "column13"
  type {
    optional_type {
      item {
        type_id: BOOL
      }
    }
  }
}
columns {
  name: "column14"
  type {
    optional_type {
      item {
        type_id: BOOL
      }
    }
  }
}
rows {
  items {
    uint64_value: 10
  }
  items {
    int32_value: 10
  }
  items {
    uint32_value: 10
  }
  items {
    int32_value: 10
  }
  items {
    null_flag_value: NULL_VALUE
  }
  items {
    int32_value: 2
  }
  items {
    uint64_value: 10
  }
  items {
    null_flag_value: NULL_VALUE
  }
  items {
    bool_value: false
  }
  items {
    bool_value: true
  }
  items {
    bool_value: true
  }
  items {
    bool_value: false
  }
  items {
    bool_value: true
  }
  items {
    null_flag_value: NULL_VALUE
  }
  items {
    bool_value: true
  }
}
