You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes it is useful to alter the ADQL translation from the queryparser to make use of the archive specific features, i.e., using pos column for the cone search for a performance boost. For this, one can add a dummy postprocessor function right after the standard translation by the queryparser. This function can be overloaded by the daiquiri app. There is no solution for the implementation yet.
Sometimes it is useful to alter the ADQL translation from the
queryparser
to make use of the archive specific features, i.e., usingpos
column for the cone search for a performance boost. For this, one can add a dummypostprocessor
function right after the standard translation by thequeryparser
. This function can be overloaded by the daiquiri app. There is no solution for the implementation yet.The translation of the ADQL query happens here
daiquiri/daiquiri/query/process.py
Lines 123 to 138 in 33094c5
The text was updated successfully, but these errors were encountered: