xiangfu0 commented on code in PR #13208:
URL: https://github.com/apache/pinot/pull/13208#discussion_r1614617114


##########
pinot-core/src/main/java/org/apache/pinot/core/data/table/IndexedTable.java:
##########
@@ -38,6 +38,7 @@
 @SuppressWarnings({"rawtypes", "unchecked"})
 public abstract class IndexedTable extends BaseTable {
   protected final Map<Key, Record> _lookupMap;
+  protected final boolean _hasFinalInput;

Review Comment:
   Since this IndexedTable has multiple aggregations, do you need this 
`_hasFinalInput` also to be per agg function or it's just an indicate ?
   E.g. `SELECT distinctCount(pk), avg(other_column) from myTable` 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to