MCPcopy 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
63type OperationExpr struct {
64 OperationPos Pos
65 Kind TokenKind
66}
67
68func (o *OperationExpr) Pos() Pos {
69 return o.OperationPos

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected