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

Struct SelectItem

parser/ast.go:23–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23type SelectItem struct {
24 Expr Expr
25 // Please refer: https://clickhouse.com/docs/en/sql-reference/statements/select#select-modifiers
26 Modifiers []*FunctionExpr
27 Alias *Ident
28}
29
30func (s *SelectItem) Pos() Pos {
31 return s.Expr.Pos()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected