MCPcopy Create free account
hub / github.com/AfterShip/clickhouse-sql-parser / CreateFunction

Struct CreateFunction

parser/ast.go:1505–1513  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1503}
1504
1505type CreateFunction struct {
1506 CreatePos Pos
1507 OrReplace bool
1508 IfNotExists bool
1509 FunctionName *Ident
1510 OnCluster *ClusterClause
1511 Params *ParamExprList
1512 Expr Expr
1513}
1514
1515func (c *CreateFunction) Type() string {
1516 return "FUNCTION"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected