()
| 167 | } |
| 168 | |
| 169 | func (s *staticTable) width() int { |
| 170 | if s.typ == nil { |
| 171 | return 0 |
| 172 | } |
| 173 | return len(s.typ.Fields) |
| 174 | } |
| 175 | |
| 176 | func (s *selectScope) isGrouped() bool { |
| 177 | return len(s.aggs) != 0 || len(s.groupings) != 0 |
no outgoing calls
no test coverage detected