You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by Julian Hyde <jh...@apache.org> on 2016/05/10 21:56:51 UTC

Annotate table functions to allow pushing down project, filter

I logged https://issues.apache.org/jira/browse/CALCITE-1234 <https://issues.apache.org/jira/browse/CALCITE-1234> to investigate how we could annotate table UDFs to automatically and push down Filter, Project and Aggregate operators.

I proposed a few annotations, but I would love to hear people’s ideas for annotations.

Does anyone know of any research allowing automatic rewrite of user-defined tables?

Julian