Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AfterShip/clickhouse-sql-parser
/ OperationExpr
Struct
OperationExpr
parser/ast.go:63–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
}
62
63
type
OperationExpr
struct
{
64
OperationPos Pos
65
Kind TokenKind
66
}
67
68
func
(o *OperationExpr) Pos() Pos {
69
return
o.OperationPos
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected