Skip to content
Commit 5c5b4681 authored by Grégory Mantelet's avatar Grégory Mantelet
Browse files

[ADQL] Make UDF optional features. A special LanguageFeature constructor must be

used: `LanguageFeature(FunctionDef)`. This way, the syntax of the function
definition string is checked and function name and parameters can be correctly
extracted. These information are particularly important to determine at the
ADQLParser level whether a DefaultUDF is supported or not while not knowing the
parameters and function types.
parent 94c6d522
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment