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

Method End

parser/ast.go:2253–2258  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2251}
2252
2253func (p *PartitionClause) End() Pos {
2254 if p.ID != nil {
2255 return p.ID.LiteralEnd
2256 }
2257 return p.Expr.End()
2258}
2259
2260func (p *PartitionClause) Accept(visitor ASTVisitor) error {
2261 visitor.Enter(p)

Callers 2

Calls 1

EndMethod · 0.65

Tested by

no test coverage detected