MCPcopy Create free account
hub / github.com/LissaGreense/GO4SQL / isAggregateFunction

Function isAggregateFunction

parser/parser.go:345–347  ·  view source on GitHub ↗
(t token.Type)

Source from the content-addressed store, hash-verified

343}
344
345func isAggregateFunction(t token.Type) bool {
346 return t == token.MIN || t == token.MAX || t == token.COUNT || t == token.SUM || t == token.AVG
347}
348
349// parseWhereCommand - Return ast.WhereCommand created from tokens and validate the syntax
350//

Callers 1

parseSelectCommandMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected