Skip to content

Commit

Permalink
return the values from stddev mapper function
Browse files Browse the repository at this point in the history
  • Loading branch information
neonstalwart committed Apr 22, 2015
1 parent 2127f22 commit a071229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion influxql/functions.go
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ func MapStddev(itr Iterator) interface{} {
values = append(values, v.(float64))
}

return nil
return values
}

// ReduceStddev computes the stddev of values.
Expand Down

0 comments on commit a071229

Please sign in to comment.