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

Method End

parser/ast.go:2527–2529  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2525}
2526
2527func (t *TTLClause) End() Pos {
2528 return t.ListEnd
2529}
2530
2531func (t *TTLClause) Accept(visitor ASTVisitor) error {
2532 visitor.Enter(t)

Callers 1

parseAlterTableModifyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected