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:
discord9
2024-05-15 16:35:12 +08:00
committed by GitHub
parent cfae276d37
commit 97eb196699
9 changed files with 318 additions and 78 deletions

View File

@@ -128,6 +128,7 @@ impl TableInfoValue {
}
pub type TableInfoManagerRef = Arc<TableInfoManager>;
#[derive(Clone)]
pub struct TableInfoManager {
kv_backend: KvBackendRef,
}