feat: frontend catalog (#437)

* feat: add frontend catalog
This commit is contained in:
Lei, Huang
2022-11-10 11:52:57 +08:00
committed by GitHub
parent cefdffff09
commit 6288fdb6bc
27 changed files with 527 additions and 143 deletions

View File

@@ -10,6 +10,8 @@ pub type ColumnFamilyId = u32;
/// Id of the region.
pub type RegionId = u64;
pub type RegionNumber = u32;
/// A [ColumnDescriptor] contains information to create a column.
#[derive(Debug, Clone, PartialEq, Serialize, Deserialize, Builder)]
#[builder(pattern = "owned", build_fn(validate = "Self::validate"))]