mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-25 01:10:37 +00:00
feat(flow): query table schema&refactor (#3943)
* feat: get table info * feat: remove new&unwrap * chore: per PR advices * chore: per review
This commit is contained in:
@@ -128,6 +128,7 @@ impl TableInfoValue {
|
||||
}
|
||||
|
||||
pub type TableInfoManagerRef = Arc<TableInfoManager>;
|
||||
#[derive(Clone)]
|
||||
pub struct TableInfoManager {
|
||||
kv_backend: KvBackendRef,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user