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