| 249 | } |
| 250 | |
| 251 | type GroupOperation struct { |
| 252 | Expression FieldExpression |
| 253 | |
| 254 | groupBuffer map[StaticMapKey]*Spanset |
| 255 | } |
| 256 | |
| 257 | func newGroupOperation(e FieldExpression) GroupOperation { |
| 258 | return GroupOperation{ |
nothing calls this directly
no outgoing calls
no test coverage detected