Skip to content

Commit 20566e4

Browse files
authored
add AuthInformation to FuncExpr (#456)
1 parent 568e5b4 commit 20566e4

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
@@ -6533,6 +6533,7 @@ func (node *CollateExpr) replace(from, to Expr) bool {
65336533

65346534
// FuncExpr represents a function call.
65356535
type FuncExpr struct {
6536+
Auth AuthInformation
65366537
Over *Over
65376538
Name ColIdent
65386539
Qualifier TableIdent

0 commit comments

Comments
 (0)