Skip to content
Snippets Groups Projects
  • gmantele's avatar
    475fcb65
    [ADQL] Fix identification of UDFs using a list of function definitions. · 475fcb65
    gmantele authored
    Functions whose some parameters are another function were not correctly
    identified: since the inner functions were not yet identified, their type
    was UNKNOWN and so it makes the identification of the parent function
    much easier since an UNKNOWN parameter is not checked. But, it was a
    problem if the parameter occurs to be finally of the wrong type.
    475fcb65
    History
    [ADQL] Fix identification of UDFs using a list of function definitions.
    gmantele authored
    Functions whose some parameters are another function were not correctly
    identified: since the inner functions were not yet identified, their type
    was UNKNOWN and so it makes the identification of the parent function
    much easier since an UNKNOWN parameter is not checked. But, it was a
    problem if the parameter occurs to be finally of the wrong type.