Ken Krugler
03/18/2021, 6:01 PMMayank
Having clause? If so, that is supported.Ken Krugler
03/18/2021, 6:26 PMhaving <filter> to restrict groups, but is there a way to count the number of groups without returning the groups (and using some arbitrarily huge limit)?Ken Krugler
03/18/2021, 6:26 PMhaving documented on?Mayank
Having follows SQL syntax so might not be explicitly documented. But that brings up a good point, perhaps we should catalogue what is supported and what isn't (from SQL).Mayank
Having. Perhaps the Having implementation can be optimized to do filtering on server side (pre combine) if the query allows for it (for example if a monotonically increasing aggr function has a filter).Ken Krugler
03/18/2021, 6:36 PMMayank