mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-31 04:10:38 +00:00
feat: Metric engine skeleton (#2687)
* metadata region logic Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * fix mito2 test feature gate Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * override unused warnings Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * add basic test Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * apply review sugg Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * fix clippy lints Signed-off-by: Ruihang Xia <waynestxia@gmail.com> --------- Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
This commit is contained in:
@@ -88,7 +88,7 @@ impl RegionId {
|
||||
RegionId(id)
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
/// Construct a new [RegionId] from table id, region group and region sequence.
|
||||
pub const fn with_group_and_seq(
|
||||
table_id: TableId,
|
||||
group: RegionGroup,
|
||||
|
||||
Reference in New Issue
Block a user