tsdb.Iterator is no longer used. Removing

pull/4345/head
Nathaniel Cook 2015-10-06 10:34:07 -06:00
parent 23fb7e29fc
commit d380ee37a2
1 changed files with 0 additions and 9 deletions

View File

@ -19,15 +19,6 @@ import (
"github.com/influxdb/influxdb/influxql"
)
// Iterator represents a forward-only iterator over a set of points.
// These are used by the mapFunctions in this file
type Iterator interface {
Next() (time int64, value interface{})
Fields() map[string]interface{}
Tags() map[string]string
TMin() int64
}
type MapInput struct {
TMin int64
Items []MapItem