Expressions: Use enumerations rather than strings (#83741)
This commit is contained in:
@@ -16,8 +16,8 @@ import (
|
||||
type dataEvaluator struct {
|
||||
refID string
|
||||
data []mathexp.Series
|
||||
downsampleFunction string
|
||||
upsampleFunction string
|
||||
downsampleFunction mathexp.ReducerID
|
||||
upsampleFunction mathexp.Upsampler
|
||||
}
|
||||
|
||||
func newDataEvaluator(refID string, frame *data.Frame) (*dataEvaluator, error) {
|
||||
|
||||
Reference in New Issue
Block a user