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

Struct BinaryOperation

parser/ast.go:111–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111type BinaryOperation struct {
112 LeftExpr Expr
113 Operation TokenKind
114 RightExpr Expr
115 HasGlobal bool
116 HasNot bool
117}
118
119func (p *BinaryOperation) Pos() Pos {
120 return p.LeftExpr.Pos()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected