MCPcopy Index your code
hub / github.com/auxten/postgresql-parser / expr

Method expr

pkg/sql/parser/sql.go:211–216  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

209 return u.val.([]tree.SequenceOption)
210}
211func (u *sqlSymUnion) expr() tree.Expr {
212 if expr, ok := u.val.(tree.Expr); ok {
213 return expr
214 }
215 return nil
216}
217func (u *sqlSymUnion) exprs() tree.Exprs {
218 return u.val.(tree.Exprs)
219}

Callers 1

ParseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected