Merge pull request #3385 from influxdb/remove_dead_code
Remove unused decoders attributepull/3387/head
commit
8279a5f658
|
@ -46,11 +46,10 @@ type RawMapper struct {
|
|||
queryTMin int64
|
||||
queryTMax int64
|
||||
|
||||
whereFields []string // field names that occur in the where clause
|
||||
selectFields []string // field names that occur in the select clause
|
||||
selectTags []string // tag keys that occur in the select clause
|
||||
fieldName string // the field name being read.
|
||||
decoders map[string]*FieldCodec // byte decoder per measurement
|
||||
whereFields []string // field names that occur in the where clause
|
||||
selectFields []string // field names that occur in the select clause
|
||||
selectTags []string // tag keys that occur in the select clause
|
||||
fieldName string // the field name being read.
|
||||
|
||||
cursors []*tagSetCursor // Cursors per tag sets.
|
||||
currCursorIndex int // Current tagset cursor being drained.
|
||||
|
|
Loading…
Reference in New Issue