HasNext returns if the iteration has more field's iterator.
()
| 45 | FieldType() field.Type |
| 46 | // HasNext returns if the iteration has more field's iterator. |
| 47 | HasNext() bool |
| 48 | // Next returns the field's iterator. |
| 49 | Next() (startTime int64, fieldIt FieldIterator) |
| 50 | // BinaryMarshaler marshals the data. |
no outgoing calls