Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
18
type
DDL
interface
{
19
Expr
20
Type() string
21
}
22
23
type
SelectItem
struct
{
24
Expr Expr
Callers
nothing calls this directly
Implementers
15
AlterTable
parser/ast.go
CreateDatabase
parser/ast.go
CreateTable
parser/ast.go
CreateMaterializedView
parser/ast.go
CreateView
parser/ast.go
CreateFunction
parser/ast.go
CreateRole
parser/ast.go
CreateUser
parser/ast.go
AlterRole
parser/ast.go
ScalarType
parser/ast.go
JSONType
parser/ast.go
PropertyType
parser/ast.go
Calls
no outgoing calls
Tested by
no test coverage detected