Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2527
func
(t *TTLClause) End() Pos {
2528
return
t.ListEnd
2529
}
2530
2531
func
(t *TTLClause) Accept(visitor ASTVisitor) error {
2532
visitor.Enter(t)
Callers
1
parseAlterTableModify
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected