MCPcopy
hub / github.com/sqldef/sqldef / FuncExpr

Struct FuncExpr

parser/node.go:2469–2476  ·  view source on GitHub ↗

FuncExpr represents a function call that takes SelectExprs.

Source from the content-addressed store, hash-verified

2467
2468// FuncExpr represents a function call that takes SelectExprs.
2469type FuncExpr struct {
2470 Qualifier Ident
2471 Name Ident
2472 Distinct bool
2473 Exprs SelectExprs
2474 WithinGroup OrderBy
2475 Over *OverExpr
2476}
2477
2478// Format formats the node.
2479func (node *FuncExpr) Format(buf *nodeBuffer) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected