All Downloads are FREE. Search and download functionalities are using the official Maven repository.

a.clickzetta-java.1.3.15.source-code.bucket_info.proto Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
syntax = "proto3";

package cz.proto;
option java_package = "cz.proto";

message BucketInfo {
  uint32 bucket_id = 1;
  repeated uint32 block_ids = 2;
  // other bucket meta of file level
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy