Skip to content

Commit

Permalink
refactor: change FuncExpr to use Exprs instead of SelectExprs (#15368)
Browse files Browse the repository at this point in the history
  • Loading branch information
systay authored Feb 27, 2024
1 parent 661c664 commit dab2af2
Show file tree
Hide file tree
Showing 20 changed files with 7,430 additions and 7,544 deletions.
2 changes: 1 addition & 1 deletion go/vt/sqlparser/ast.go
Original file line number Diff line number Diff line change
Expand Up @@ -2406,7 +2406,7 @@ type (
FuncExpr struct {
Qualifier IdentifierCS
Name IdentifierCI
Exprs SelectExprs
Exprs Exprs
}

// ValuesFuncExpr represents a function call.
Expand Down
2 changes: 1 addition & 1 deletion go/vt/sqlparser/ast_clone.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions go/vt/sqlparser/ast_copy_on_rewrite.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion go/vt/sqlparser/ast_equals.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions go/vt/sqlparser/ast_rewrite.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion go/vt/sqlparser/ast_visit.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion go/vt/sqlparser/cached_size.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit dab2af2

Please sign in to comment.