Skip to content

Commit

Permalink
docs: minor comment update
Browse files Browse the repository at this point in the history
  • Loading branch information
vbarua committed Dec 26, 2023
1 parent 76f950d commit a7f5982
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ private AggregateCall fromMeasure(Aggregate.Measure measure) {
List<Integer> argIndex = new ArrayList<>();
for (RexNode arg : arguments) {
// arguments are guaranteed to be RexInputRef because of the prior call to
// AggregateValidator.AggregateTransformer.transformToValidCalciteAggregate
// transformToValidCalciteAggregate
argIndex.add(((RexInputRef) arg).getIndex());
}

Expand Down

0 comments on commit a7f5982

Please sign in to comment.