support func

Signed-off-by: junxiang Mu <1948535941@qq.com>
This commit is contained in:
junxiang Mu
2025-04-01 03:52:12 +00:00
parent e79a12fc2b
commit 9bdc96de8c
5 changed files with 110 additions and 33 deletions
+3 -3
View File
@@ -113,14 +113,14 @@ impl ContextProvider for MetadataProvider {
}
fn udf_names(&self) -> Vec<String> {
todo!()
self.func_manager.udfs()
}
fn udaf_names(&self) -> Vec<String> {
todo!()
self.func_manager.udafs()
}
fn udwf_names(&self) -> Vec<String> {
todo!()
self.func_manager.udwfs()
}
}