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

Method ContainsAggregateFunc

ast/ast.go:186–188  ·  view source on GitHub ↗

ContainsAggregateFunc - return true if space contains AggregateFunc that aggregate columnName or *

()

Source from the content-addressed store, hash-verified

184
185// ContainsAggregateFunc - return true if space contains AggregateFunc that aggregate columnName or *
186func (space Space) ContainsAggregateFunc() bool {
187 return space.AggregateFunc != nil
188}
189
190// SelectCommand - Part of Command that represent selecting values from tables
191//

Callers 4

StringMethod · 0.95
spaceArrayEqualsFunction · 0.80

Calls

no outgoing calls

Tested by 1

spaceArrayEqualsFunction · 0.64