MCPcopy Index your code
hub / github.com/LissaGreense/GO4SQL / AggregateFunctionAppears

Method AggregateFunctionAppears

ast/ast.go:208–215  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

206func (ls SelectCommand) CommandNode() {}
207func (ls SelectCommand) TokenLiteral() string { return ls.Token.Literal }
208func (ls *SelectCommand) AggregateFunctionAppears() bool {
209 for _, space := range ls.Space {
210 if space.ContainsAggregateFunc() {
211 return true
212 }
213 }
214 return false
215}
216
217// HasWhereCommand - returns true if optional HasWhereCommand is present in SelectCommand
218//

Callers 1

Calls 1

ContainsAggregateFuncMethod · 0.80

Tested by

no test coverage detected