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

Interface Expr

parser/ast.go:11–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9)
10
11type Expr interface {
12 Pos() Pos
13 End() Pos
14 FormatSQL(*Formatter)
15 Accept(visitor ASTVisitor) error
16}
17
18type DDL interface {
19 Expr

Callers 29

PosMethod · 0.65
PosMethod · 0.65
PosMethod · 0.65
PosMethod · 0.65
PosMethod · 0.65
PosMethod · 0.65
parseTableExprMethod · 0.95
parseDropDatabaseMethod · 0.65

Implementers 15

SelectItemparser/ast.go
OperationExprparser/ast.go
TernaryOperationparser/ast.go
BinaryOperationparser/ast.go
IndexOperationparser/ast.go
JoinTableExprparser/ast.go
AlterTableparser/ast.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…