Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AfterShip/clickhouse-sql-parser
/ Pos
Method
Pos
parser/ast.go:184–186 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
182
}
183
184
func
(j *JoinTableExpr) Pos() Pos {
185
return
j.Table.Pos()
186
}
187
188
func
(j *JoinTableExpr) End() Pos {
189
return
j.StatementEnd
Callers
nothing calls this directly
Calls
1
Pos
Method · 0.65
Tested by
no test coverage detected