You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2022/02/06 00:52:18 UTC

[GitHub] [pinot] siddharthteotia commented on a change in pull request #8138: prune unselected THEN statements in CaseTransformFunction

siddharthteotia commented on a change in pull request #8138:
URL: https://github.com/apache/pinot/pull/8138#discussion_r800105383



##########
File path: pinot-core/src/main/java/org/apache/pinot/core/operator/transform/function/CaseTransformFunction.java
##########
@@ -58,6 +57,8 @@
 
   private List<TransformFunction> _whenStatements = new ArrayList<>();
   private List<TransformFunction> _elseThenStatements = new ArrayList<>();
+  private boolean[] _selections;

Review comment:
       (nit) brief comment to explain what is _selections. I am guessing this is to track if a statement is selected or not ?




-- 
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: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org