btf -> tmin

pull/3930/head
Cory LaNou 2015-09-04 08:18:54 -05:00
parent 08295c578f
commit 65e652850a
1 changed files with 2 additions and 2 deletions

View File

@ -444,7 +444,7 @@ func (lm *SelectMapper) nextChunkAgg() (interface{}, error) {
return tsc.Tags()
}
btf := func() int64 {
tminf := func() int64 {
if len(lm.selectStmt.Dimensions) == 0 {
return -1
}
@ -457,7 +457,7 @@ func (lm *SelectMapper) nextChunkAgg() (interface{}, error) {
tagSetCursor := &aggTagSetCursor{
nextFunc: f,
tagsFunc: tf,
tMinFunc: btf,
tMinFunc: tminf,
}
// Execute the map function which walks the entire interval, and aggregates