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 https://github.com/django-daiquiri/daiquiri/blob/33094c5389e0acb0b30fcc1db54b7bb6bafaf0c5/daiquiri/query/process.py#L123-L138