This repository has been archived by the owner on Jul 23, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
If IsBuildInFunction returns false, then find_udf should return true directly, which means that the statement contains UDF. Otherwise, it should continue to recursively determine the args of FuncExpr through expression_tree_walker, because FuncExpr may contain recursive calls. For example, suppose "A" is an UDF, then "select A::text" meets this situation. The outter FuncExpr is "text" and the inner FuncExpr is "A".
- Loading branch information