Skip to content

Commit

Permalink
bring back override tag
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinGe00 committed Jul 22, 2024
1 parent dea2f10 commit 901d560
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,7 @@ public RexNode visitRangeRef(RexRangeRef rexRangeRef) {
return super.visitRangeRef(rexRangeRef);
}

@Override
public RexNode visitFieldAccess(RexFieldAccess rexFieldAccess) {
RexNode referenceExpr = rexFieldAccess.getReferenceExpr();

Expand Down

0 comments on commit 901d560

Please sign in to comment.