If I have SUM and COUNT in the star tree index's `...
# general
a
If I have SUM and COUNT in the star tree index's
functionColumnPairs
, will
AVG
implicitly be able to use the star tree index or do I need to put
AVG
in that list too?
j
You'll need to explicitly put
AVG
in that list
But very good point that we should be able to get the
AVG
with
SUM/COUNT
. Can you please submit a github issue for this?
a