AggType returns the primitive field's agg type.
()
| 65 | type PrimitiveIterator interface { |
| 66 | // AggType returns the primitive field's agg type. |
| 67 | AggType() field.AggType |
| 68 | // HasNext returns if the iteration has more data points. |
| 69 | HasNext() bool |
| 70 | // Next returns the data point in the iteration. |
no outgoing calls