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 Jan 5, 2024
1 parent 7ebb1b2 commit 565bde0
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 565bde0

Please sign in to comment.