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

Struct IndexOperation

parser/ast.go:139–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139type IndexOperation struct {
140 Object Expr
141 Operation TokenKind
142 Index Expr
143}
144
145func (i *IndexOperation) Accept(visitor ASTVisitor) error {
146 visitor.Enter(i)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected