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