Skip to content

Commit

Permalink
Trigger codecov report
Browse files Browse the repository at this point in the history
  • Loading branch information
antvaset committed Jun 28, 2024
1 parent cf27b84 commit bc3aa54
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -550,6 +550,8 @@ public Expression resolveMethod(
}
case "truncate":
return builder.resolveFunction(null, "Truncate", getParams(target, ctx));
case "union":
return builder.resolveFunction(null, "Union", getParams(target, ctx));
case "upper":
return builder.resolveFunction(null, "Upper", getParams(target, ctx));
case "where": {
Expand Down

0 comments on commit bc3aa54

Please sign in to comment.