MCPcopy Create free account
hub / github.com/araddon/qlbridge / IsAggQuery

Method IsAggQuery

rel/sql.go:1141–1146  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1139 return &ss
1140}
1141func (m *SqlSelect) IsAggQuery() bool {
1142 if m.isAgg || len(m.GroupBy) > 0 {
1143 return true
1144 }
1145 return false
1146}
1147func (m *SqlSelect) String() string {
1148 w := NewSqlDialect()
1149 m.writeDialectDepth(0, w)

Callers 2

WalkSelectMethod · 0.80

Calls

no outgoing calls

Tested by 1