Jackie-Jiang commented on a change in pull request #6043:
URL: https://github.com/apache/incubator-pinot/pull/6043#discussion_r504239598



##########
File path: 
pinot-core/src/main/java/org/apache/pinot/core/query/request/context/QueryContext.java
##########
@@ -372,5 +399,46 @@ private static void getAggregations(FilterContext filter, 
List<FunctionContext>
         getAggregations(filter.getPredicate().getLhs(), aggregations);
       }
     }
+
+    /**
+     * Helper method to extract the columns (IDENTIFIER expressions) for the 
query.
+     */
+    public void extractColumns(QueryContext query) {

Review comment:
       Good catch, changed to private




----------------------------------------------------------------
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.

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