mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Expressions: expose ConvertDataFramesToResults (#83805)
This commit is contained in:
@@ -32,8 +32,8 @@ func newDataEvaluator(refID string, frame *data.Frame) (*dataEvaluator, error) {
|
||||
return &dataEvaluator{
|
||||
refID: refID,
|
||||
data: series,
|
||||
downsampleFunction: "last",
|
||||
upsampleFunction: "pad",
|
||||
downsampleFunction: mathexp.ReducerLast,
|
||||
upsampleFunction: mathexp.UpsamplerPad,
|
||||
}, nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user