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

Interface DDL

parser/ast.go:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18type DDL interface {
19 Expr
20 Type() string
21}
22
23type SelectItem struct {
24 Expr Expr

Callers

nothing calls this directly

Implementers 15

AlterTableparser/ast.go
CreateDatabaseparser/ast.go
CreateTableparser/ast.go
CreateViewparser/ast.go
CreateFunctionparser/ast.go
CreateRoleparser/ast.go
CreateUserparser/ast.go
AlterRoleparser/ast.go
ScalarTypeparser/ast.go
JSONTypeparser/ast.go
PropertyTypeparser/ast.go

Calls

no outgoing calls

Tested by

no test coverage detected