Maryann Xue created PHOENIX-3717:
------------------------------------

             Summary: Support AVG aggregate function and disable 
AggregateReduceFunctionsRule
                 Key: PHOENIX-3717
                 URL: https://issues.apache.org/jira/browse/PHOENIX-3717
             Project: Phoenix
          Issue Type: Sub-task
            Reporter: Maryann Xue
            Assignee: Maryann Xue
            Priority: Minor


Expanding {{avg(c1)}} to {{sum(c1) / count(c1)}} could introduce an extra 
Project node over Aggregate and thus prevent the optimization of doing 
Aggregate and Sort together on the server side.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to