Skip to content

Commit a702cb8

Browse files
committed
add AuthInformation to FuncExpr
1 parent 98894ce commit a702cb8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

go/vt/sqlparser/ast.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6529,6 +6529,7 @@ func (node *CollateExpr) replace(from, to Expr) bool {
65296529

65306530
// FuncExpr represents a function call.
65316531
type FuncExpr struct {
6532+
Auth AuthInformation
65326533
Over *Over
65336534
Name ColIdent
65346535
Qualifier TableIdent

0 commit comments

Comments
 (0)