Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 3.1.0.0
    • Core
    • None

    Description

      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".

      Attachments

        Activity

          People

            ztao1987 Zhenglin Tao
            ztao1987 Zhenglin Tao
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment