4 Replies Latest reply on Dec 2, 2014 10:53 PM by rakeshsagar

    Nested functions not pushed to the translator

    rakeshsagar

      Hi,

       

      We have a SQL of the form

       

      Select creator, AVG(CAST(colcount)) AS AVGColumn from Table t group by creator.

       

      I this case, the AVG and CAST functions are not being pushed down to the translator.

       

      Is there a way by which we can tell Teiid to push these two functions to the translator?

       

      Thanks

      Rakesh