mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-20 15:00:40 +00:00
chore: pub some functions (#8133)
Signed-off-by: luofucong <luofc@foxmail.com>
This commit is contained in:
@@ -138,7 +138,7 @@ impl RegionOptions {
|
||||
|
||||
impl RegionOptions {
|
||||
/// Parses [RegionOptions] from the raw `options_map`.
|
||||
pub(crate) fn try_from_options(
|
||||
pub fn try_from_options(
|
||||
region_id: RegionId,
|
||||
options_map: &HashMap<String, String>,
|
||||
) -> Result<Self> {
|
||||
|
||||
Reference in New Issue
Block a user